.NET Framework Class Library
BinaryMessageEncodingBindingElement Properties
The BinaryMessageEncodingBindingElement type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
|
MaxReadPoolSize | Gets or sets the maximum number of XML readers that are allocated to a pool and are ready for use to process incoming messages. |
|
MaxSessionSize | Gets or sets the maximum amount of memory available within a session for optimizing transmission procedures. |
|
MaxWritePoolSize | Gets or sets the maximum number of XML writers that are allocated to a pool and are ready for use to process outgoing messages. |
|
MessageVersion | Gets or sets the SOAP message and WS-Addressing versions that are used or expected. (Overrides MessageEncodingBindingElement.MessageVersion.) |
|
ReaderQuotas | Gets constraints on the complexity of XML messages that can be processed by endpoints configured with this binding element. |
See Also