AddressingVersion Class
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The WS-Addressing version associated with a SOAP message or understood by an endpoint.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
The AddressingVersion type exposes the following members.
| Name | Description | |
|---|---|---|
![]() ![]() | None | Gets the addressing version that indicates that no version of WS-Addressing is being used. |
![]() ![]() | WSAddressing10 | Gets an identifier for the address version associated with WS-Addressing 1.0. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (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.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | A string that represents the current addressing version. (Overrides Object::ToString().) |
The value of AddressingVersion can be either None, which indicates that no version of WS-Addressing is used, or it can be WSAddressing10, which indicates that the address version associated with WS-Addressing 1.0 is used.
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.



