ConnectionOrientedTransportBindingElement.ConnectionBufferSize 속성

정의

통신 중에 클라이언트나 서비스로부터 serialize된 메시지 청크를 전송할 때 사용되는 버퍼의 크기를 가져오거나 설정합니다.

public:
 property int ConnectionBufferSize { int get(); void set(int value); };
public int ConnectionBufferSize { get; set; }
member this.ConnectionBufferSize : int with get, set
Public Property ConnectionBufferSize As Integer

속성 값

Int32

연결 버퍼의 크기입니다. 기본값은 8192바이트입니다.

예외

값이 0보다 작은 경우

설명

평균 메시지 크기 및 교환 패턴에 따라 처리 성능을 높이기 위해 이 값을 변경할 수 있습니다.

적용 대상