Share via


NetTcpSection.ListenBacklog Proprietà

Definizione

Ottiene o imposta il numero massimo di connessioni in attesa accettate dalla connessione condivisa, ma che ancora non sono state inviate a servizi WCF.

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à

Numero massimo di connessioni in sospeso accettate dalla connessione condivisa, ma non ancora inviate a WCF. Il valore predefinito è 10.

Attributi

Si applica a