다음을 통해 공유


WSDualHttpBindingElement.MaxBufferPoolSize 속성

정의

메시지 버퍼 관리자에 할당될 수 있는 최대 메모리 크기(바이트)를 가져오거나 설정합니다. 메시지 버퍼 관리자는 이 바인딩으로 구성된 엔드포인트에서 메시지를 수신합니다.

public:
 property long MaxBufferPoolSize { long get(); void set(long value); };
[System.Configuration.ConfigurationProperty("maxBufferPoolSize", DefaultValue=524288)]
[System.Configuration.LongValidator(MinValue=0)]
public long MaxBufferPoolSize { get; set; }
[<System.Configuration.ConfigurationProperty("maxBufferPoolSize", DefaultValue=524288)>]
[<System.Configuration.LongValidator(MinValue=0)>]
member this.MaxBufferPoolSize : int64 with get, set
Public Property MaxBufferPoolSize As Long

속성 값

Int64

이 바인딩으로 구성된 엔드포인트에서 사용하는 버퍼 풀의 최대 크기(바이트)입니다. 기본값은 524288 바이트입니다.

특성

적용 대상