PeerTransportElement.MaxBufferPoolSize 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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
속성 값
TCP 메시지 버퍼 풀의 최대 크기를 바이트 단위로 지정하는 Int64입니다. 기본값은 524,288 바이트입니다.
- 특성
설명
버퍼링 가능 한도보다 많은 데이터를 수신하는 경우 버퍼 크기를 초과하는 데이터는 버퍼에 나머지 데이터를 위한 공간이 생길 때까지 내부 소켓에 남아 있습니다.