MexHttpBindingElement 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 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.