WSHttpContextBindingElement Constructors

Definition

Initializes a new instance of the WSHttpContextBindingElement class.

Overloads

WSHttpContextBindingElement()

Initializes a new instance of the WSHttpContextBindingElement class.

WSHttpContextBindingElement(String)

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

WSHttpContextBindingElement()

Initializes a new instance of the WSHttpContextBindingElement class.

public:
 WSHttpContextBindingElement();
public WSHttpContextBindingElement ();
Public Sub New ()

Applies to

WSHttpContextBindingElement(String)

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

public:
 WSHttpContextBindingElement(System::String ^ name);
public WSHttpContextBindingElement (string name);
new System.ServiceModel.Configuration.WSHttpContextBindingElement : string -> System.ServiceModel.Configuration.WSHttpContextBindingElement
Public Sub New (name As String)

Parameters

name
String

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

Applies to