Noemax.WCFX.Configuration Namespace > WebSocketTransportElement Class : ApplyConfiguration Method |
A binding element.
'Declaration Public Overrides Sub ApplyConfiguration( _ ByVal bindingElement As System.ServiceModel.Channels.BindingElement _ )
'Usage Dim instance As WebSocketTransportElement 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
A binding element.
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
WebSocketTransportElement Class
WebSocketTransportElement Members
Base Implementation in ApplyConfiguration