NetPeerTcpBinding.MaxBufferPoolSize 속성

정의

피어 TCP 버퍼에 사용되는 메모리 풀의 최대 크기(바이트)를 가져오거나 설정합니다.

public:
 property long MaxBufferPoolSize { long get(); void set(long value); };
public long MaxBufferPoolSize { get; set; }
member this.MaxBufferPoolSize : int64 with get, set
Public Property MaxBufferPoolSize As Long

속성 값

Int64

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

설명

MaxBufferPoolSize의 값은 기본값이 65536바이트(64KB)인 MaxReceivedMessageSize보다 작을 수 없습니다.

적용 대상