KestrelServerOptions.NoDelay 屬性

定義

設定為 false 以啟用所有連線的 Nagle 演算法。

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。

適用於