WCF-Xtensions Class Reference for Mono
OnApplyConfiguration Method (BasicSoapTcpBindingElement)






Implements StandardBindingElement abstract class.
Syntax
'Declaration
 
Protected Overrides Sub OnApplyConfiguration( _
   ByVal binding As System.ServiceModel.Channels.Binding _
) 
'Usage
 
Dim instance As BasicSoapTcpBindingElement
Dim binding As System.ServiceModel.Channels.Binding
 
instance.OnApplyConfiguration(binding)
protected override void OnApplyConfiguration( 
   System.ServiceModel.Channels.Binding binding
)
protected procedure OnApplyConfiguration( 
    binding: System.ServiceModel.Channels.Binding
); override; 
protected override function OnApplyConfiguration( 
   binding : System.ServiceModel.Channels.Binding
);
protected: void OnApplyConfiguration( 
   System.ServiceModel.Channels.Binding* binding
) override 
protected:
void OnApplyConfiguration( 
   System.ServiceModel.Channels.Binding^ binding
) override 

Parameters

binding
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

BasicSoapTcpBindingElement Class
BasicSoapTcpBindingElement Members
Base Implementation in OnApplyConfiguration

Send Feedback