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。