MexHttpBindingElement Constructors

Definition

Initializes a new instance of the MexHttpBindingElement class.

Overloads

MexHttpBindingElement()

Initializes a new instance of the MexHttpBindingElement class.

MexHttpBindingElement(String)

Initializes a new instance of the MexHttpBindingElement class with the specified name.

MexHttpBindingElement()

Initializes a new instance of the MexHttpBindingElement class.

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

Applies to

MexHttpBindingElement(String)

Initializes a new instance of the MexHttpBindingElement class with the specified name.

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

Parameters

name
String

The name of the binding.

Applies to