WCF-Xtensions Class Reference for Mono
Clone Method (HttpsViaProxyTransportBindingElement)






Creates a new HttpsViaProxyTransportBindingElement object initialized from the current one.
Syntax
'Declaration
 
Public Overrides Function Clone() As System.ServiceModel.Channels.BindingElement
'Usage
 
Dim instance As HttpsViaProxyTransportBindingElement
Dim value As System.ServiceModel.Channels.BindingElement
 
value = instance.Clone()
public override System.ServiceModel.Channels.BindingElement Clone()
public function Clone(): System.ServiceModel.Channels.BindingElement; override; 
public override function Clone() : System.ServiceModel.Channels.BindingElement;
public: System.ServiceModel.Channels.BindingElement* Clone(); override 
public:
System.ServiceModel.Channels.BindingElement^ Clone(); override 

Return Value

An HttpsViaProxyTransportBindingElement object with property values equal to those of the current element.
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

HttpsViaProxyTransportBindingElement Class
HttpsViaProxyTransportBindingElement Members
Base Implementation in Clone

Send Feedback