WSAddressing10 Property
Collapse the table of content
Expand the table of content

AddressingVersion.WSAddressing10 Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

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 static AddressingVersion WSAddressing10 { 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.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft