TimeoutManager.MinSendBytesPerSecond 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
回應的最小傳送速率,以每秒位元組數為單位。 預設回應傳送速率為每秒 150 個位元組。
使用 0 表示應該使用系統預設值。
若要停用此計時器,請將它設定為 UInt32.MaxValue
public:
property long MinSendBytesPerSecond { long get(); void set(long value); };
public long MinSendBytesPerSecond { get; set; }
member this.MinSendBytesPerSecond : int64 with get, set
Public Property MinSendBytesPerSecond As Long