LibuvTransportOptions Classe
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.
Fournit une configuration par programme des fonctionnalités de transport Libuv.
public ref class LibuvTransportOptions
public class LibuvTransportOptions
[System.Obsolete("The libuv transport is obsolete and will be removed in a future release. See https://aka.ms/libuvtransport for details.", false)]
public class LibuvTransportOptions
type LibuvTransportOptions = class
[<System.Obsolete("The libuv transport is obsolete and will be removed in a future release. See https://aka.ms/libuvtransport for details.", false)>]
type LibuvTransportOptions = class
Public Class LibuvTransportOptions
- Héritage
-
LibuvTransportOptions
- Attributs
Constructeurs
LibuvTransportOptions() |
Obsolète.
Fournit une configuration par programme des fonctionnalités de transport Libuv. |
Propriétés
Backlog |
Obsolète.
Longueur maximale de la file d’attente de connexion. |
MaxReadBufferSize |
Obsolète.
Fournit une configuration par programme des fonctionnalités de transport Libuv. |
MaxWriteBufferSize |
Obsolète.
Fournit une configuration par programme des fonctionnalités de transport Libuv. |
NoDelay |
Obsolète.
Définissez sur false pour activer l’algorithme de Nagle pour toutes les connexions. |
ThreadCount |
Obsolète.
Nombre de threads d’E/S libuv utilisés pour traiter les demandes. |