Język

TransportBindingElement Konstruktory

Definicja

Przeciążenia

Nazwa Opis
TransportBindingElement()

Tworzy nowe wystąpienie tej klasy.

TransportBindingElement(TransportBindingElement)

Tworzy nowe wystąpienie tej klasy na podstawie istniejącego wystąpienia.

TransportBindingElement()

Źródło:
TransportBindingElement.cs
Źródło:
TransportBindingElement.cs
Źródło:
TransportBindingElement.cs

Tworzy nowe wystąpienie tej klasy.

protected:
 TransportBindingElement();
protected TransportBindingElement();
Protected Sub New ()

Dotyczy

TransportBindingElement(TransportBindingElement)

Źródło:
TransportBindingElement.cs
Źródło:
TransportBindingElement.cs
Źródło:
TransportBindingElement.cs

Tworzy nowe wystąpienie tej klasy na podstawie istniejącego wystąpienia.

protected:
 TransportBindingElement(System::ServiceModel::Channels::TransportBindingElement ^ elementToBeCloned);
protected TransportBindingElement(System.ServiceModel.Channels.TransportBindingElement elementToBeCloned);
new System.ServiceModel.Channels.TransportBindingElement : System.ServiceModel.Channels.TransportBindingElement -> System.ServiceModel.Channels.TransportBindingElement
Protected Sub New (elementToBeCloned As TransportBindingElement)

Parametry

elementToBeCloned
TransportBindingElement

Element TransportBindingElement do sklonowania.

Dotyczy