Share via


WebHttpEndpointElement.ReaderQuotas プロパティ

定義

XML ディクショナリ リーダーによって読み込まれる XML 文字列の長さと複雑さに対する制約を含む XmlDictionaryReaderQuotasElement オブジェクトを取得します。

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 ディクショナリ リーダーのクォータを含むオブジェクト。

属性

適用対象