AddressingVersion Class
The WS-Addressing version associated with a SOAP message or understood by an endpoint.
Namespace: System.ServiceModel.Channels
Assembly: System.ServiceModel (in System.ServiceModel.dll)
The AddressingVersion type exposes the following members.
| Name | Description | |
|---|---|---|
![]() ![]() ![]() ![]() | None | Gets the addressing version that is not associated with WS-Addressing version. |
![]() ![]() ![]() ![]() | WSAddressing10 | Gets an identifier for the address version associated with WS-Addressing 1.0. |
![]() ![]() | WSAddressingAugust2004 | Gets the version of WS-Addressing that is associated with WS-Addressing August 2004. |
| Name | Description | |
|---|---|---|
![]() ![]() ![]() | Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() ![]() ![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() ![]() ![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() ![]() ![]() | ToString | Returns a string representation of the current addressing version. (Overrides Object.ToString().) |
There are currently two version of WS-Addressing: WS-Addressing August 2004 and WS-Addressing 1.0. These versions can be retrieved using the WSAddressingAugust2004 and WSAddressing10 properties, respectively. There is also an addressing version available that is not associated with WS-Addressing, which is retrieved using the None property. This value indicates that no version of WS-Addressing is used. This is primarily for transports that do not pass SOAP envelopes on the wire and therefore have no use for WS-Addressing.
The addressing version is part of the message version: specifically AddressingVersion provides the return type for the Addressing property. The MessageVersion also contains the SOAP envelope version in addition to the addressing version information. The EnvelopeVersion provides the return type for the Envelope property.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.



