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。

適用於