NetTcpContextBindingElement Konstruktorer

Definition

Initierar en ny instans av NetTcpContextBindingElement klassen.

Överlagringar

Name Description
NetTcpContextBindingElement()

Initierar en ny instans av NetTcpContextBindingElement klassen.

NetTcpContextBindingElement(String)

Initierar en ny instans av NetTcpContextBindingElement klassen med det angivna konfigurationsnamnet.

NetTcpContextBindingElement()

Initierar en ny instans av NetTcpContextBindingElement klassen.

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

Gäller för

NetTcpContextBindingElement(String)

Initierar en ny instans av NetTcpContextBindingElement klassen med det angivna konfigurationsnamnet.

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

Parametrar

name
String

Bindningens konfigurationsnamn. Värdet ska vara unikt eftersom det används som identifiering för bindningen.

Undantag

name är null.

Ett konfigurationselement med angivet name finns inte.

Gäller för