Share via


NetTcpSection.ListenBacklog Propiedad

Definición

Obtiene o establece las conexiones pendientes máximas que se aceptan desde la conexión compartida, pero todavía no se envían a los servicios 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

Valor de propiedad

Int32

Número máximo de conexiones pendientes que se aceptan desde la conexión compartida, pero que aún no se envían a WCF. El valor predeterminado es 10.

Atributos

Se aplica a