Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Message::Version Property

 

When overridden in a derived class, gets the SOAP version of the message.

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

public:
property MessageVersion^ Version {
	virtual MessageVersion^ get() abstract;
}

Property Value

Type: System.ServiceModel.Channels::MessageVersion^

A MessageVersion object that represents the SOAP version.

Exception Condition
ObjectDisposedException

The message has been disposed of.

This value is immutable for the message. There are two possible values for the version: Soap11 and Soap12 that correspond to SOAP 1.1 and SOAP 1.2 respectively.

Knowing the underlying SOAP version is important because the structure of Message is firmly correlated with that of a SOAP message.

System_CAPS_importantImportant

Inheritors must note that when overridden in a derived class, this method returns a MessageVersion object for the SOAP version of the message.

Universal Windows Platform
Available since 8
.NET Framework
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show:
© 2017 Microsoft