Share via


WebScriptEndpointElement.ReaderQuotas プロパティ

定義

WebScriptEndpoint オブジェクトが処理できるメッセージに関して、その複雑さの制約を定義する構成要素を取得します。

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

プロパティ値

XML ディクショナリ リーダーのクォータを定義する構成要素。

属性

適用対象