Partager via


NetTcpRelayBindingElement.ListenBacklog Propriété

Définition

Obtient ou définit une valeur dans le fichier App.config qui spécifie le nombre maximal de canaux qui peuvent attendre d’être acceptés sur l’écouteur.

[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 à