<readerQuotas>
Defines the constraints on the complexity of SOAP messages that can be processed by endpoints configured with a binding.
The following sections describe attributes, child elements, and parent elements.
Attributes
| Attribute | Description |
|---|---|
|
maxArrayLength |
A positive integer that specifies the maximum allowed array length of data being received by Windows Communication Foundation (WCF) from a client. The default is 16384. |
|
maxBytesPerRead |
A positive integer that specifies the maximum allowed bytes returned per read. The default is 4096. |
|
maxDepth |
A positive integer that specifies the maximum nested node depth per read. The default is 32. |
|
maxNameTableCharCount |
A positive integer that specifies the maximum characters allowed in a table name. The default is 16384. |
|
maxStringContentLength |
A positive integer that specifies the maximum characters allowed in XML element content. The default is 8192. |
Child Elements
None
Parent Elements
This element is the child element of all the standard bindings that come with Windows Communication Foundation (WCF).