次の方法で共有


HttpListenerTimeoutsElement.MinSendBytesPerSecond プロパティ

定義

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

public:
 property long MinSendBytesPerSecond { long get(); };
[System.Configuration.ConfigurationProperty("minSendBytesPerSecond", DefaultValue=0, IsRequired=false)]
public long MinSendBytesPerSecond { get; }
[<System.Configuration.ConfigurationProperty("minSendBytesPerSecond", DefaultValue=0, IsRequired=false)>]
member this.MinSendBytesPerSecond : int64
Public ReadOnly Property MinSendBytesPerSecond As Long

プロパティ値

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

属性

適用対象

こちらもご覧ください