共用方式為


WebHttpBindingElement.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

屬性

例外狀況

設定的值為 null

設定的配額必須為正值。

備註

複雜性條件約束可以防止嘗試使用訊息複雜性困住端點處理資源的阻絕服務 (DOS) 攻擊類別。 表示這些條件約束及其預設值 (以位元組為單位) 的屬性包括:

適用於