Table of Contents

Class XmlDictionaryReaderQuotasElement

Namespace
Microsoft.ServiceBus.Configuration
Assembly
Microsoft.ServiceBus.dll

A configuration element that defines the constraints on the complexity of SOAP messages that can be processed by endpoints configured with a binding. This class cannot be inherited.

public sealed class XmlDictionaryReaderQuotasElement : ConfigurationElement
Inheritance
XmlDictionaryReaderQuotasElement

Constructors

XmlDictionaryReaderQuotasElement()

public XmlDictionaryReaderQuotasElement()

Properties

MaxArrayLength

Gets or sets the maximum allowed array length.

public int MaxArrayLength { get; set; }

Property Value

int

The maximum allowed array length.

MaxBytesPerRead

Gets or sets the maximum allowed number of bytes returned for each read.

public int MaxBytesPerRead { get; set; }

Property Value

int

The maximum allowed number of bytes returned for each read.

MaxDepth

Gets or sets the maximum nested node depth for each read.

public int MaxDepth { get; set; }

Property Value

int

The maximum nested node depth for each read.

MaxNameTableCharCount

Gets or sets the maximum number of characters allowed in a table name.

public int MaxNameTableCharCount { get; set; }

Property Value

int

The maximum number of characters allowed in a table name.

MaxStringContentLength

Gets or sets the maximum number of characters allowed in XML element content.

public int MaxStringContentLength { get; set; }

Property Value

int

The maximum number of characters allowed in XML element content.

Properties

Gets the collection of properties.

protected override ConfigurationPropertyCollection Properties { get; }

Property Value

ConfigurationPropertyCollection