다음을 통해 공유


PeerTransportElement.MaxBufferPoolSize 속성

정의

TCP 메시지 버퍼 풀의 최대 크기를 바이트 단위로 지정하는 구성 요소를 가져오거나 설정합니다.

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

속성 값

Int64

TCP 메시지 버퍼 풀의 최대 크기를 바이트 단위로 지정하는 Int64입니다. 기본값은 524,288 바이트입니다.

특성

설명

버퍼링 가능 한도보다 많은 데이터를 수신하는 경우 버퍼 크기를 초과하는 데이터는 버퍼에 나머지 데이터를 위한 공간이 생길 때까지 내부 소켓에 남아 있습니다.

적용 대상