HttpListenerTimeoutManager.MinSendBytesPerSecond 属性

定义

获取或设置响应的最低发送速率(以每秒字节数为单位)。

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。

适用于