BasicHttpBindingElement.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

바인딩에서 처리하는 메시지를 저장하는 버퍼의 최대 크기입니다.

특성

적용 대상