NetPeerTcpBinding.ReaderQuotas 属性

定义

获取或设置与此绑定关联的 XmlDictionaryReaderQuotas

public:
 property System::Xml::XmlDictionaryReaderQuotas ^ ReaderQuotas { System::Xml::XmlDictionaryReaderQuotas ^ get(); void set(System::Xml::XmlDictionaryReaderQuotas ^ value); };
public System.Xml.XmlDictionaryReaderQuotas ReaderQuotas { get; set; }
member this.ReaderQuotas : System.Xml.XmlDictionaryReaderQuotas with get, set
Public Property ReaderQuotas As XmlDictionaryReaderQuotas

属性值

与此绑定相关联的 XmlDictionaryReaderQuotas

例外

应用程序试图将此属性设置为 Null。

适用于