HttpTransportElement.MaxBufferSize 속성

정의

버퍼 풀의 최대 크기를 가져오거나 설정합니다.

public:
 property int MaxBufferSize { int get(); void set(int value); };
[System.Configuration.ConfigurationProperty("maxBufferSize", DefaultValue=65536)]
[System.Configuration.IntegerValidator(MinValue=1)]
public int MaxBufferSize { get; set; }
[<System.Configuration.ConfigurationProperty("maxBufferSize", DefaultValue=65536)>]
[<System.Configuration.IntegerValidator(MinValue=1)>]
member this.MaxBufferSize : int with get, set
Public Property MaxBufferSize As Integer

속성 값

Int32

버퍼 풀의 최대 크기입니다. 기본값은 524,288바이트(512 * 1024)입니다.

특성

적용 대상