次の方法で共有


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 メッセージの複雑さに対する多数の制約を定義します。 これらの制約には、maxArrayLengthmaxBytesPerReadmaxDepthmaxNameTableCharCount、および maxStringContentLength が含まれます。 これらの値は、サービス拒否攻撃の防止に役立ちます。 詳細については、「XmlDictionaryReaderQuotas」を参照してください。

適用対象