AddressingVersion Class

Definition

The WS-Addressing version associated with a SOAP message or understood by an endpoint.

public ref class AddressingVersion sealed
public sealed class AddressingVersion
type AddressingVersion = class
Public NotInheritable Class AddressingVersion
Inheritance
AddressingVersion

Remarks

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.

Properties

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.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(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()

Returns a string representation of the current addressing version.

Applies to