Partager via


NetOnewayRelayBindingElement.ListenBacklog Propriété

Définition

Obtient ou définit une valeur XML qui contient le nombre maximal de demandes de connexion en file d’attente pouvant être en attente.

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

Valeur de propriété

Retourne le nombre maximal de demandes de connexion qui peuvent être en file d'attente. La valeur par défaut est de 10.

Attributs

S’applique à