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 字典读取器配额。

属性

适用于