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

이 바인딩과 연결된 XmlDictionaryReaderQuotas입니다.

예외

애플리케이션이 이 속성을 null로 설정하려고 시도한 경우

적용 대상