NetMsmqBindingElement.ReaderQuotas プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
このバインドに関連付けられている 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 メッセージの複雑さに対する多数の制約を定義します。 これらの制約には、maxArrayLength
、maxBytesPerRead
、maxDepth
、maxNameTableCharCount
、および maxStringContentLength
が含まれます。 これらの値は、サービス拒否攻撃の防止に役立ちます。 詳細については、「XmlDictionaryReaderQuotas」を参照してください。