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

속성 값

Int64

응답의 최소 전송 속도(초당 바이트)입니다.

특성

설명

기본 응답 전송 속도는 초당 150바이트입니다.

이 타이머를 사용하지 않도록 설정하려면 MAXULONG으로 설정합니다 MinSendBytesPerSecond .

적용 대상