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.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Property Value
Type: System.ServiceModel.Channels.AddressingVersionA 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.