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

MessageVersion.None Property

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

Gets the message version that does not use SOAP or WS-Addressing.

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

'Declaration
Public Shared ReadOnly Property None As MessageVersion

Property Value

Type: System.ServiceModel.Channels.MessageVersion
The MessageVersion that does not use SOAP or WS-Addressing.

The None property consists of the None and None properties. This provides support for using "plain old XML" (POX)-style messaging. Enabling basic POX messaging is now a matter of setting up an HTTP binding on your service with a text encoder that uses None.

Note that when a service is configured with the BasicHttpBinding and the MessageVersion is set to None, the action header in a request message is removed from the response message. This is consistent with the way ASMX services work.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft