IncomingMessageVersion Property

OperationContext.IncomingMessageVersion Property

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

Gets the incoming SOAP message version for the OperationContext.

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

public MessageVersion IncomingMessageVersion { get; }

Property Value

Type: System.ServiceModel.Channels.MessageVersion
The SOAP version of the incoming message.

Use this property to inspect the SOAP version of the request message that arrives at a service operation or the SOAP version of the reply message that arrives at a client proxy.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft