Condividi tramite


NetTcpBindingElement.ListenBacklog Proprietà

Definizione

Ottiene o imposta un valore che specifica il numero massimo di canali che possono attendere nel listener prima di essere accettati.

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

Valore della proprietà

Int32

Numero massimo di canali che possono attendere nel listener prima di essere accettati. Il valore predefinito è 10.

Attributi

Commenti

Le connessioni in eccesso vengono messe in coda finché il numero di connessioni non risulta inferiore al limite consentito.

Si applica a