BasicHttpBindingElement.ReaderQuotas 속성

정의

이 바인딩으로 구성된 엔드포인트에서 처리할 수 있는 SOAP 메시지의 복잡성에 대한 제약 조건을 가져오거나 설정합니다.

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입니다.

특성

설명

복잡성 제약 조건에는 최대 요소 깊이, 메시지 내 문자열 내용의 최대 길이 등이 포함됩니다. 제약 조건을 사용하면 메시지 복잡성을 사용하여 엔드포인트 처리 리소스를 묶어 두려고 시도하는 일종의 DOS(서비스 거부) 공격을 막을 수 있습니다.

적용 대상