MessageVersion.Soap11WSAddressingAugust2004 Property

Definition

Gets the message version by using WS-Addressing submitted 10 August 2004 and SOAP 1.1.

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

Property Value

The MessageVersion using the version of WS-Addressing submitted 10 August 2004 and SOAP 1.1.

Examples

msgVersion = MessageVersion.Soap11WSAddressingAugust2004;
msgVersion = MessageVersion.Soap11WSAddressingAugust2004

Remarks

For more information and the schemas for the 10 August 2004 W3C Member Submission for WS-Addressing and SOAP 1.1, see the following:

Applies to