次の方法で共有


WebHttpRelayBindingElement.ReaderQuotas プロパティ

定義

このバインディングを使用して構成されるエンドポイントにより処理可能な、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 のクォータ値は読み取り専用です。

必ず正のクォータ値を設定します。

適用対象