다음을 통해 공유


NetTcpBindingElement.MaxBufferPoolSize 속성

정의

바인딩에서 처리하는 TCP 메시지를 저장하는 버퍼 풀의 최대 크기(바이트)를 가져오거나 설정합니다.

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

속성 값

들어오는 메시지를 메모리에 버퍼링하는 데 사용되는 최대 크기(바이트)입니다. 기본값은 65,536바이트입니다.

특성

적용 대상