Udostępnij za pośrednictwem


LibuvTransportOptions.NoDelay Właściwość

Definicja

Przestroga

The libuv transport is obsolete and will be removed in a future release. See https://aka.ms/libuvtransport for details.

Ustaw wartość false, aby włączyć algorytm Nagle dla wszystkich połączeń.

public:
 property bool NoDelay { bool get(); void set(bool value); };
public bool NoDelay { 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)]
public bool NoDelay { get; set; }
member this.NoDelay : bool with 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.NoDelay : bool with get, set
Public Property NoDelay As Boolean

Wartość właściwości

Atrybuty

Uwagi

Wartość domyślna to true.

Dotyczy