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