BasicHttpBindingElement Constructors

Definition

Initializes a new instance of the BasicHttpBindingElement class.

Overloads

BasicHttpBindingElement()

Initializes a new instance of the BasicHttpBindingElement class.

BasicHttpBindingElement(String)

Initializes a new instance of the BasicHttpBindingElement class with a name.

BasicHttpBindingElement()

Initializes a new instance of the BasicHttpBindingElement class.

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

Applies to

BasicHttpBindingElement(String)

Initializes a new instance of the BasicHttpBindingElement class with a name.

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

Parameters

name
String

The name of the binding element.

Applies to