SocketTransportOptions.Backlog Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Longueur maximale de la file d’attente de connexion en attente.
public:
property int Backlog { int get(); void set(int value); };
public int Backlog { get; set; }
member this.Backlog : int with get, set
Public Property Backlog As Integer
Valeur de propriété
Remarques
La valeur par défaut est 512 connexions en attente.