KestrelServerOptions.NoDelay Propiedad

Definición

Se establece en false para habilitar el algoritmo de Nagle para todas las conexiones.

public:
 property bool NoDelay { bool get(); void set(bool value); };
public bool NoDelay { get; set; }
member this.NoDelay : bool with get, set
Public Property NoDelay As Boolean

Valor de propiedad

Comentarios

El valor predeterminado es true.

Se aplica a