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::WSAddressing10 Property

 

Gets an identifier for the address version associated with WS-Addressing 1.0.

Namespace:   System.ServiceModel.Channels
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
property AddressingVersion^ WSAddressing10 {
	static AddressingVersion^ get();
}

Property Value

Type: System.ServiceModel.Channels::AddressingVersion^

A singleton instance that identifies the AddressingVersion that is associated with WS-Addressing 1.0.

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.

Universal Windows Platform
Available since 8
.NET Framework
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 3.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show:
© 2017 Microsoft