WSHttpContextBindingElement::InitializeFrom Method (Binding^)

 

Initializes this binding configuration element based on the configuration of the specified binding. The binding object supplied must be of type WSHttpContextBinding.

Namespace:   System.ServiceModel.Configuration
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public protected:
virtual void InitializeFrom(
	Binding^ binding
) override

Parameters

binding
Type: System.ServiceModel.Channels::Binding^

The binding that contains the content, context protection level, and content exchange mechanism used to initialize the class.

.NET Framework
Available since 3.5
Return to top
Show: