MexHttpsBindingElement 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 MexHttpsBindingElement class.
Overloads
MexHttpsBindingElement() |
Initializes a new instance of the MexHttpsBindingElement class. |
MexHttpsBindingElement(String) |
Initializes a new instance of the MexHttpsBindingElement class with the specified name. |
MexHttpsBindingElement()
Initializes a new instance of the MexHttpsBindingElement class.
public:
MexHttpsBindingElement();
public MexHttpsBindingElement ();
Public Sub New ()
Applies to
MexHttpsBindingElement(String)
Initializes a new instance of the MexHttpsBindingElement class with the specified name.
public:
MexHttpsBindingElement(System::String ^ name);
public MexHttpsBindingElement (string name);
new System.ServiceModel.Configuration.MexHttpsBindingElement : string -> System.ServiceModel.Configuration.MexHttpsBindingElement
Public Sub New (name As String)
Parameters
- name
- String
The name of the binding.