MessageVersion.Soap12WSAddressingAugust2004 Property

Definition

Gets the message version using WS-Addressing submitted August 2004 and SOAP 1.2.

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

Property Value

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

Examples

msgVersion = MessageVersion.Soap12WSAddressingAugust2004;
msgVersion = MessageVersion.Soap12WSAddressingAugust2004

Remarks

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

Applies to