HttpListenerTimeoutManager.MinSendBytesPerSecond 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置响应的最低发送速率(以每秒字节数为单位)。
public:
property long MinSendBytesPerSecond { long get(); void set(long value); };
public long MinSendBytesPerSecond { get; [System.Runtime.Versioning.SupportedOSPlatform("windows")] set; }
public long MinSendBytesPerSecond { get; set; }
[<set: System.Runtime.Versioning.SupportedOSPlatform("windows")>]
member this.MinSendBytesPerSecond : int64 with get, set
member this.MinSendBytesPerSecond : int64 with get, set
Public Property MinSendBytesPerSecond As Long
属性值
响应的最低发送速率(以每秒字节数为单位)。
- 属性
注解
默认响应发送速率为每秒 150 字节。
若要禁用此计时器,请将 设置为 MinSendBytesPerSecond MAXULONG。