WCF-Xtensions Class Reference for Mono
BindingElementType Property (SoapTcpTransportElement)






Gets the type of this binding element.
Syntax
'Declaration
 
Public Overrides ReadOnly Property BindingElementType As System.Type
'Usage
 
Dim instance As SoapTcpTransportElement
Dim value As System.Type
 
value = instance.BindingElementType
public override System.Type BindingElementType {get;}
public read-only property BindingElementType: System.Type; override; 
public override function get BindingElementType : System.Type
public: __property System.Type* get_BindingElementType() override;
public:
property System.Type^ BindingElementType {
   System.Type^ get() override;
}
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

SoapTcpTransportElement Class
SoapTcpTransportElement Members
Base Implementation in BindingElementType

Send Feedback