WebScriptEndpointElement.ReaderQuotas 属性
定义
获取一个配置元素,该元素定义 WebScriptEndpoint 对象可处理的消息复杂性的约束。Gets a configuration element that defines the constraints on the complexity of messages that can be processed by WebScriptEndpoint objects.
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 字典读取器配额。A configuration element that defines Xml dictionary reader quotas.
- 属性