WCF-Xtensions Class Reference for .NET
ApplyConfiguration Method (HttpsViaProxyTransportElement)






Syntax
public virtual void ApplyConfiguration( 
   System.ServiceModel.Channels.BindingElement bindingElement
)
public procedure ApplyConfiguration( 
    bindingElement: System.ServiceModel.Channels.BindingElement
); virtual; 
public function ApplyConfiguration( 
   bindingElement : System.ServiceModel.Channels.BindingElement
);
public: virtual void ApplyConfiguration( 
   System.ServiceModel.Channels.BindingElement* bindingElement
) 
public:
virtual void ApplyConfiguration( 
   System.ServiceModel.Channels.BindingElement^ bindingElement
) 
'Declaration
 
Public Overridable Sub ApplyConfiguration( _
   ByVal bindingElement As System.ServiceModel.Channels.BindingElement _
) 
 
'Usage
 
Dim instance As HttpsViaProxyTransportElement
Dim bindingElement As System.ServiceModel.Channels.BindingElement
 
instance.ApplyConfiguration(bindingElement)

Parameters

bindingElement
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

HttpsViaProxyTransportElement Class
HttpsViaProxyTransportElement Members

Send Feedback