Modifica

Share via


WS2007HttpBindingElement Constructors

Definition

Initializes a new instance of the WS2007HttpBindingElement class.

Overloads

WS2007HttpBindingElement()

Initializes a new instance of the WS2007HttpBindingElement class.

WS2007HttpBindingElement(String)

Initializes a new instance of the WS2007HttpBindingElement class with a specified binding.

WS2007HttpBindingElement()

Initializes a new instance of the WS2007HttpBindingElement class.

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

Applies to

WS2007HttpBindingElement(String)

Initializes a new instance of the WS2007HttpBindingElement class with a specified binding.

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

Parameters

name
String

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

Applies to