다음을 통해 공유


ConnectionOrientedTransportElement.MaxBufferSize 속성

정의

사용할 버퍼의 최대 크기를 가져오거나 설정합니다.

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

속성 값

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

특성

설명

이 속성은 스트리밍된 메시지의 헤더에만 적용됩니다.

이 값은 버퍼링된 모드에서 읽어오는 SOAP 헤더의 최대 예상 크기 이상이어야 합니다.

이 속성의 값은 MaxMessageSize보다 작거나 같고 메시지 헤더 크기보다 커야 합니다. 그렇지 않으면 채널에서 예외가 throw됩니다.

버퍼링할 수 있는 양보다 많은 데이터를 수신할 경우 채널에서 CommunicationException이 throw되며, 이 예외는 QuotaExceededException을 내부 예외로 포함합니다.

적용 대상