NetNamedPipeBindingElement 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 NetNamedPipeBindingElement class.
Overloads
NetNamedPipeBindingElement() |
Initializes a new instance of the NetNamedPipeBindingElement class. |
NetNamedPipeBindingElement(String) |
Initializes a new instance of the NetNamedPipeBindingElement class with the specified name. |
NetNamedPipeBindingElement()
Initializes a new instance of the NetNamedPipeBindingElement class.
public:
NetNamedPipeBindingElement();
public NetNamedPipeBindingElement ();
Public Sub New ()
Applies to
NetNamedPipeBindingElement(String)
Initializes a new instance of the NetNamedPipeBindingElement class with the specified name.
public:
NetNamedPipeBindingElement(System::String ^ name);
public NetNamedPipeBindingElement (string name);
new System.ServiceModel.Configuration.NetNamedPipeBindingElement : string -> System.ServiceModel.Configuration.NetNamedPipeBindingElement
Public Sub New (name As String)
Parameters
- name
- String
The configuration name of the binding. This value should be unique because it is used as identification for the binding.