WCF-Xtensions Class Reference for Mono
GetMessageVersion Method (DuplexSoapTcpBinding)






Returns the message version to be used by the binding.
Syntax
'Declaration
 
Protected Overrides Function GetMessageVersion() As System.ServiceModel.Channels.MessageVersion
'Usage
 
Dim instance As DuplexSoapTcpBinding
Dim value As System.ServiceModel.Channels.MessageVersion
 
value = instance.GetMessageVersion()
protected override System.ServiceModel.Channels.MessageVersion GetMessageVersion()
protected function GetMessageVersion(): System.ServiceModel.Channels.MessageVersion; override; 
protected override function GetMessageVersion() : System.ServiceModel.Channels.MessageVersion;
protected: System.ServiceModel.Channels.MessageVersion* GetMessageVersion(); override 
protected:
System.ServiceModel.Channels.MessageVersion^ GetMessageVersion(); override 

Return Value

Returns the message version to be used by the binding.
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

DuplexSoapTcpBinding Class
DuplexSoapTcpBinding Members
Base Implementation in GetMessageVersion

Send Feedback