Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

AddressingVersion::WSAddressingAugust2004 Property

 

Gets the version of WS-Addressing that is associated with WS-Addressing August 2004.

Namespace:   System.ServiceModel.Channels
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.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft