Sdílet prostřednictvím


NetTcpBindingElement.ListenBacklog Vlastnost

Definice

Získá nebo nastaví hodnotu, která určuje maximální počet kanálů, které mohou čekat na přijetí v naslouchacím procesu.

public:
 property int ListenBacklog { int get(); void set(int value); };
[System.Configuration.ConfigurationProperty("listenBacklog", DefaultValue=10)]
[System.Configuration.IntegerValidator(MinValue=1)]
public int ListenBacklog { get; set; }
[System.Configuration.ConfigurationProperty("listenBacklog", DefaultValue=0)]
[System.Configuration.IntegerValidator(MinValue=0)]
public int ListenBacklog { get; set; }
[<System.Configuration.ConfigurationProperty("listenBacklog", DefaultValue=10)>]
[<System.Configuration.IntegerValidator(MinValue=1)>]
member this.ListenBacklog : int with get, set
[<System.Configuration.ConfigurationProperty("listenBacklog", DefaultValue=0)>]
[<System.Configuration.IntegerValidator(MinValue=0)>]
member this.ListenBacklog : int with get, set
Public Property ListenBacklog As Integer

Hodnota vlastnosti

Int32

Maximální počet kanálů, které mohou čekat na přijetí v naslouchacím procesu. Výchozí hodnota je 10.

Atributy

Poznámky

Připojení nad rámec tohoto limitu se zařadit do fronty, dokud nebude k dispozici místo pod limitem.

Platí pro