MessageVersion.Soap12WSAddressingAugust2004 Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.