WCF-Xtensions Class Reference for Mono
ApplyConfiguration Method (SoapTcpTransportElement)






A binding element.

Applies the content of a specified binding element to this binding configuration section.
Syntax
'Declaration
 
Public Overrides Sub ApplyConfiguration( _
   ByVal bindingElement As System.ServiceModel.Channels.BindingElement _
) 
'Usage
 
Dim instance As SoapTcpTransportElement
Dim bindingElement As System.ServiceModel.Channels.BindingElement
 
instance.ApplyConfiguration(bindingElement)
public override void ApplyConfiguration( 
   System.ServiceModel.Channels.BindingElement bindingElement
)
public procedure ApplyConfiguration( 
    bindingElement: System.ServiceModel.Channels.BindingElement
); override; 
public override function ApplyConfiguration( 
   bindingElement : System.ServiceModel.Channels.BindingElement
);
public: void ApplyConfiguration( 
   System.ServiceModel.Channels.BindingElement* bindingElement
) override 
public:
void ApplyConfiguration( 
   System.ServiceModel.Channels.BindingElement^ bindingElement
) override 

Parameters

bindingElement

A binding 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

SoapTcpTransportElement Class
SoapTcpTransportElement Members
Base Implementation in ApplyConfiguration

Send Feedback