AddressingVersion.None Property

Definition

Gets the addressing version that is not associated with WS-Addressing version.

public:
 static property System::ServiceModel::Channels::AddressingVersion ^ None { System::ServiceModel::Channels::AddressingVersion ^ get(); };
public static System.ServiceModel.Channels.AddressingVersion None { get; }
static member None : System.ServiceModel.Channels.AddressingVersion
Public Shared ReadOnly Property None As AddressingVersion

Property Value

The AddressingVersion that is not associated WS-Addressing version.

Remarks

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.

Applies to