WSHttpContextBindingElement Constructor (String^)

 

Initializes a new instance of the WSHttpContextBindingElement class with the specified configuration name.

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

public:
WSHttpContextBindingElement(
	String^ name
)

Parameters

name
Type: System::String^

The configuration name of the binding. The value should be unique because it is used as identification for the binding.

.NET Framework
Available since 3.5
Return to top
Show: