XmlDictionaryReaderQuotasElement Class

Definition

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 : System.Configuration.ConfigurationElement
type XmlDictionaryReaderQuotasElement = class
    inherit ConfigurationElement
Public NotInheritable Class XmlDictionaryReaderQuotasElement
Inherits ConfigurationElement
Inheritance
XmlDictionaryReaderQuotasElement

Constructors

XmlDictionaryReaderQuotasElement()

Properties

MaxArrayLength

Gets or sets the maximum allowed array length.

MaxBytesPerRead

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

MaxDepth

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

MaxNameTableCharCount

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

MaxStringContentLength

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

Applies to