WCF-Xtensions Class Reference for .NET
OnApplyConfiguration Method (SmartHttpBindingElement)






A binding.

Applies the content of the specified binding to this binding configuration element.
Syntax
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 
'Declaration
 
Protected Overrides Sub OnApplyConfiguration( _
   ByVal binding As System.ServiceModel.Channels.Binding _
) 
 
'Usage
 
Dim instance As SmartHttpBindingElement
Dim binding As System.ServiceModel.Channels.Binding
 
instance.OnApplyConfiguration(binding)

Parameters

binding

A 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

SmartHttpBindingElement Class
SmartHttpBindingElement Members
Base Implementation in OnApplyConfiguration

Send Feedback