MexTcpBindingElement Constructors

Definition

Initializes a new instance of the MexTcpBindingElement class.

Overloads

MexTcpBindingElement()

Initializes a new instance of the MexTcpBindingElement class.

MexTcpBindingElement(String)

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

MexTcpBindingElement()

Initializes a new instance of the MexTcpBindingElement class.

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

Applies to

MexTcpBindingElement(String)

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

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

Parameters

name
String

The name of the binding.

Applies to