AddressingVersion::WSAddressingAugust2004 Property
Gets the version of WS-Addressing that is associated with WS-Addressing August 2004.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: property AddressingVersion^ WSAddressingAugust2004 { static AddressingVersion^ get(); }
Property Value
Type: System.ServiceModel.Channels::AddressingVersion^A singleton instance that identifies the AddressingVersion that is associated with WS-Addressing August 2004.
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.
Available since 3.0