MessageVersion Properties
.NET Framework 4.5
The MessageVersion type exposes the following members.
| Name | Description | |
|---|---|---|
|
Addressing | Gets or sets the version of WS-Addressing that is associated with the current message version. |
|
Default | Gets the default message version used by Windows Communication Foundation (WCF). |
|
Envelope | Gets the SOAP version associated with the current message version. |
|
None | Gets the message version that does not use SOAP or WS-Addressing. |
|
Soap11 | Gets the message version using SOAP 1.1. |
|
Soap11WSAddressing10 | Gets the message version using WS-Addressing 1.0 and SOAP 1.1. |
|
Soap11WSAddressingAugust2004 | Gets the message version by using WS-Addressing submitted 10 August 2004 and SOAP 1.1. |
|
Soap12 | Gets the message version using SOAP 1.2. |
|
Soap12WSAddressing10 | Gets the message version using WS-Addressing 1.0 and SOAP 1.2. |
|
Soap12WSAddressingAugust2004 | Gets the message version using WS-Addressing submitted August 2004 and SOAP 1.2. |