MessageEncodingBindingElement.MessageVersion Property

Microsoft Silverlight will reach end of support after October 2021. Learn more.

When overridden in a derived class, gets or sets the message version that can be handled by the message encoders produced by the message encoder factory.

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

Syntax

'Declaration
Public MustOverride Property MessageVersion As MessageVersion
public abstract MessageVersion MessageVersion { get; set; }

Property Value

Type: System.ServiceModel.Channels.MessageVersion
The MessageVersion used by the encoders produced by the message encoder factory.

Remarks

When binding elements are asked to process a message that has a MessageVersion not returned by this property, it should throw an exception.

Version Information

Silverlight

Supported in: 5, 4, 3

Silverlight for Windows Phone

Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0

XNA Framework

Supported in: Windows Phone OS 7.0

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.