ConnectionOrientedTransportElement.ConnectionBufferSize 속성

정의

클라이언트 또는 서비스에서 유선으로 직렬화된 메시지의 일부를 전송하는 데 사용되는 버퍼의 크기를 가져오거나 설정합니다.

public:
 property int ConnectionBufferSize { int get(); void set(int value); };
[System.Configuration.ConfigurationProperty("connectionBufferSize", DefaultValue=8192)]
[System.Configuration.IntegerValidator(MinValue=1)]
public int ConnectionBufferSize { get; set; }
[<System.Configuration.ConfigurationProperty("connectionBufferSize", DefaultValue=8192)>]
[<System.Configuration.IntegerValidator(MinValue=1)>]
member this.ConnectionBufferSize : int with get, set
Public Property ConnectionBufferSize As Integer

속성 값

클라이언트 또는 서비스에서 유선으로 직렬화된 메시지의 일부를 전송하는 데 사용되는 버퍼의 크기입니다. 기본값은 8K입니다.

특성

설명

이 값은 평균 메시지 크기 및 교환 패턴에 따라 더 나은 처리량을 제공하도록 변경할 수 있습니다.

적용 대상