NetPeerTcpBinding.ReaderQuotas Property

Definition

Gets or sets the XmlDictionaryReaderQuotas that is associated with this binding.

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

Property Value

The XmlDictionaryReaderQuotas that is associated with this binding.

Exceptions

The application attempted to set this property to null.

Applies to