None Property
Collapse the table of content
Expand the table of content

AddressingVersion.None Property

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

Gets the addressing version that indicates that no version of WS-Addressing is being used.

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

public static AddressingVersion None { get; }

Property Value

Type: System.ServiceModel.Channels.AddressingVersion
The AddressingVersion that does not use a version of WS-Addressing.

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