AddressingVersion Class
Microsoft Silverlight will reach end of support after October 2021. Learn more.
The WS-Addressing version associated with a SOAP message or understood by an endpoint.
Inheritance Hierarchy
System.Object
System.ServiceModel.Channels.AddressingVersion
Namespace: System.ServiceModel.Channels
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Syntax
'Declaration
Public NotInheritable Class AddressingVersion
public sealed class AddressingVersion
The AddressingVersion type exposes the following members.
Properties
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. |
Top
Methods
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().) |
Top
Remarks
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.
Version Information
Silverlight
Supported in: 5, 4, 3
Silverlight for Windows Phone
Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0
XNA Framework
Supported in: Windows Phone OS 7.0
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.