DevForce Help Reference
MessageVersion Property


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.
Syntax
'Declaration
 
Public Overrides NotOverridable Property MessageVersion As MessageVersion
'Usage
 
Dim instance As GZipMessageEncodingBindingElement
Dim value As MessageVersion
 
instance.MessageVersion = value
 
value = instance.MessageVersion
public override MessageVersion MessageVersion {get; set;}

Property Value

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

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GZipMessageEncodingBindingElement Class
GZipMessageEncodingBindingElement Members

Send Feedback