NetNamedPipeBindingElement Constructors

Definition

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.

Applies to