NetTcpRelayBindingBase.ReaderQuotas Property

Definition

Gets or sets constraints on the complexity of SOAP messages that can be processed by endpoints configured with this binding. This property cannot be null.

public System.Xml.XmlDictionaryReaderQuotas ReaderQuotas { get; set; }
member this.ReaderQuotas : System.Xml.XmlDictionaryReaderQuotas with get, set
Public Property ReaderQuotas As XmlDictionaryReaderQuotas

Property Value

Returns a XmlDictionaryReaderQuotas that specifies the complexity constraints on soap messages exchanged. The default values for these constraints are provided in the following Remarks section.

Exceptions

if ReaderQuotas is null

Applies to