NetMsmqBindingElement.ReaderQuotas 속성

정의

이 바인딩과 연결된 XmlDictionaryReaderQuotas 개체를 가져오거나 설정합니다.

public:
 property System::ServiceModel::Configuration::XmlDictionaryReaderQuotasElement ^ ReaderQuotas { System::ServiceModel::Configuration::XmlDictionaryReaderQuotasElement ^ get(); };
[System.Configuration.ConfigurationProperty("readerQuotas")]
public System.ServiceModel.Configuration.XmlDictionaryReaderQuotasElement ReaderQuotas { get; }
[<System.Configuration.ConfigurationProperty("readerQuotas")>]
member this.ReaderQuotas : System.ServiceModel.Configuration.XmlDictionaryReaderQuotasElement
Public ReadOnly Property ReaderQuotas As XmlDictionaryReaderQuotasElement

속성 값

XmlDictionaryReaderQuotasElement

이 바인딩과 연결된 XmlDictionaryReaderQuotas 개체입니다.

특성

설명

XmlDictionaryReaderQuotas 개체는 바인딩으로 구성된 엔드포인트에서 처리할 수 있는 SOAP 메시지의 복잡성에 대한 제약 조건 수를 정의합니다. 이러한 제약 조건에는 maxArrayLength, maxBytesPerRead, maxDepth, maxNameTableCharCountmaxStringContentLength가 있습니다. 이러한 값은 서비스 거부 공격을 막는 데 도움이 됩니다. 자세한 내용은 XmlDictionaryReaderQuotas를 참조하세요.

적용 대상