MexTcpBindingElement Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.