共用方式為


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

屬性值

回應的最小傳送速率,以每秒位元組數為單位。

屬性

適用於

另請參閱