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。

适用于