TextMessageEncodingBindingElement Properties
.NET Framework 4.5
The TextMessageEncodingBindingElement type exposes the following members.
| Name | Description | |
|---|---|---|
|
MaxReadPoolSize | Gets or sets the number of readers that are allocated to a pool and ready for use to process incoming messages. |
|
MaxWritePoolSize | Gets or sets the number of writers that are allocated to a pool and ready for use to process outgoing messages. |
|
MessageVersion | Gets or sets the SOAP and WS-Addressing versions that are used to format the text message. (Overrides MessageEncodingBindingElement.MessageVersion.) |
|
ReaderQuotas | Gets or sets constraints on the complexity of SOAP messages that can be processed by endpoints configured with this binding. |
|
WriteEncoding | Gets or sets the encoding that is used to format the characters in the text message. |