ListenOptions.NoDelay プロパティ

定義

すべての接続に対して Nagle のアルゴリズムを有効にするには、false に設定します。

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

プロパティ値

注釈

既定値は true です。

適用対象