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

プロパティ値

このバインディングに関連付けられている XmlDictionaryReaderQuotas オブジェクト。

属性

注釈

XmlDictionaryReaderQuotas オブジェクトは、バインドで構成されたエンドポイントによって処理できる SOAP メッセージの複雑さに関するさまざまな制約を定義します。 これらの制約には、 maxArrayLengthmaxBytesPerReadmaxDepthmaxNameTableCharCount、および maxStringContentLengthが含まれます。 これらの値は、サービス拒否攻撃の防止に役立ちます。 詳細については、XmlDictionaryReaderQuotasを参照してください。

適用対象