次の方法で共有


NetTcpRelayBindingElement.ReaderQuotas プロパティ

定義

このバインディングで構成されたエンドポイントによって処理できる SOAP メッセージの複雑さに制約を設定する、App.config ファイルから値を取得します。

[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交換される SOAP メッセージの複雑さの制約を指定する を返します。 これらの制約の既定値については、後の「解説」で説明します。

属性

適用対象