共用方式為


WebHttpEndpointElement.ReaderQuotas 屬性

定義

取得 XmlDictionaryReaderQuotasElement 物件,其中包含 XML 字典讀取器所讀取 XML 字串長度與複雜度的條件約束。

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

屬性值

XmlDictionaryReaderQuotasElement

包含 XML 字典讀取器配額的物件。

屬性

適用於