NetPeerTcpBindingElement.ReaderQuotas 属性
定义
获取配置了此元素的绑定的读取器配额的配置元素。Gets the configuration element for reader quotas for bindings configured with this element.
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,指定配置了此元素的绑定的读取器配额的配置元素。XmlDictionaryReaderQuotasElement that specifies the configuration element for reader quotas for bindings configured with this element.
- 属性