NetPeerTcpBindingElement Constructors

Definition

Initializes a new instance of the NetPeerTcpBindingElement class.

Overloads

NetPeerTcpBindingElement()

Initializes a new instance of the NetPeerTcpBindingElement class.

NetPeerTcpBindingElement(String)

Initializes a new instance of the NetPeerTcpBindingElement class.

NetPeerTcpBindingElement()

Initializes a new instance of the NetPeerTcpBindingElement class.

public:
 NetPeerTcpBindingElement();
public NetPeerTcpBindingElement ();
Public Sub New ()

Applies to

NetPeerTcpBindingElement(String)

Initializes a new instance of the NetPeerTcpBindingElement class.

public:
 NetPeerTcpBindingElement(System::String ^ name);
public NetPeerTcpBindingElement (string name);
new System.ServiceModel.Configuration.NetPeerTcpBindingElement : string -> System.ServiceModel.Configuration.NetPeerTcpBindingElement
Public Sub New (name As String)

Parameters

name
String

String that specifies the name to associate with this binding element.

Applies to