WebMessageEncodingBindingElement.ReaderQuotas 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 SOAP 訊息複雜度的條件約束,這些條件約束可由使用此繫結所設定的端點處理。
public:
property System::Xml::XmlDictionaryReaderQuotas ^ ReaderQuotas { System::Xml::XmlDictionaryReaderQuotas ^ get(); };
public System.Xml.XmlDictionaryReaderQuotas ReaderQuotas { get; }
member this.ReaderQuotas : System.Xml.XmlDictionaryReaderQuotas
Public ReadOnly Property ReaderQuotas As XmlDictionaryReaderQuotas
屬性值
XmlDictionaryReaderQuotas,指定已交換之 SOAP 訊息的複雜度條件約束。 接下來的「備註」一節提供了這些條件約束的預設值。
例外狀況
設定的值為 null
。
備註
複雜性條件約束可以防止嘗試使用訊息複雜性困住端點處理資源的阻絕服務 (DOS) 攻擊類別。 表示這些條件約束及其預設值 (以位元組為單位) 的屬性包括:
MaxDepth = 32
MaxStringContentLength = 8192
MaxArrayLength = 16384
MaxBytesPerRead = 4096
MaxNameTableCharCount = 16384