WCF-Xtensions Class Reference for Mono
Scheme Property (BasicSoapTcpBinding)






Returns the URI scheme for the transport.
Syntax
'Declaration
 
Public Overrides ReadOnly Property Scheme As System.String
'Usage
 
Dim instance As BasicSoapTcpBinding
Dim value As System.String
 
value = instance.Scheme
public override System.string Scheme {get;}
public read-only property Scheme: System.String; override; 
public override function get Scheme : System.String
public: __property System.string* get_Scheme() override;
public:
property System.String^ Scheme {
   System.String^ get() override;
}

Property Value

Returns the URI scheme for the transport "soap.tcp".
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

BasicSoapTcpBinding Class
BasicSoapTcpBinding Members
Base Implementation in Scheme

Send Feedback