WSHttpRelayBindingBaseElement.ReaderQuotas Property

Definition

Gets constraints on the complexity of SOAP messages that can be processed by endpoints configured with the WSHttpRelayBinding binding.

[System.Configuration.ConfigurationProperty("readerQuotas")]
public Microsoft.ServiceBus.Configuration.XmlDictionaryReaderQuotasElement ReaderQuotas { get; }
[<System.Configuration.ConfigurationProperty("readerQuotas")>]
member this.ReaderQuotas : Microsoft.ServiceBus.Configuration.XmlDictionaryReaderQuotasElement
Public ReadOnly Property ReaderQuotas As XmlDictionaryReaderQuotasElement

Property Value

Constraints on the complexity of SOAP messages that can be processed by endpoints configured with the WSHttpRelayBinding binding.

Attributes

Applies to