WebHttpRelayBindingElement.ReaderQuotas プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
このバインディングを使用して構成されるエンドポイントにより処理可能な、SOAP メッセージの複雑さに対する制約を格納する構成要素を取得または設定します。
[System.Configuration.ConfigurationProperty("readerQuotas")]
public Microsoft.ServiceBus.Configuration.XmlDictionaryReaderQuotasElement ReaderQuotas { get; }
[<System.Configuration.ConfigurationProperty("readerQuotas")>]
member this.ReaderQuotas : Microsoft.ServiceBus.Configuration.XmlDictionaryReaderQuotasElement
Public ReadOnly Property ReaderQuotas As XmlDictionaryReaderQuotasElement
プロパティ値
XmlDictionaryReaderQuotasElement複雑さの制約を含む を返します。
- 属性
例外
値セットが null です。
XmlDictionaryReaderQuotas のクォータ値は読み取り専用です。
必ず正のクォータ値を設定します。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET