Share via


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

プロパティ値

応答の最小の送信率を、毎秒のバイト数単位で示します。

属性

注釈

既定の応答送信レートは 1 秒あたり 150 バイトです。

このタイマーを無効にするには、MAXULONG に設定 MinSendBytesPerSecond します。

適用対象