NetPeerTcpBindingElement.ReaderQuotas 属性

定义

获取配置了此元素的绑定的读取器配额的配置元素。

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,指定配置了此元素的绑定的读取器配额的配置元素。

属性

适用于