LibuvTransportOptions.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.
Attention
The libuv transport is obsolete and will be removed in a future release. See https://aka.ms/libuvtransport for details.
Longueur maximale de la file d’attente de connexion.
public:
property int Backlog { int get(); void set(int value); };
[System.Obsolete("The libuv transport is obsolete and will be removed in a future release. See https://aka.ms/libuvtransport for details.", false)]
public int Backlog { get; set; }
[<System.Obsolete("The libuv transport is obsolete and will be removed in a future release. See https://aka.ms/libuvtransport for details.", false)>]
member this.Backlog : int with get, set
Public Property Backlog As Integer
Valeur de propriété
- Attributs
Remarques
La valeur par défaut est 128.