Udostępnij za pośrednictwem


TransportBindingElement Konstruktory

Definicja

Przeciążenia

TransportBindingElement()

Tworzy nowe wystąpienie tej klasy.

TransportBindingElement(TransportBindingElement)

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

TransportBindingElement()

Tworzy nowe wystąpienie tej klasy.

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

Dotyczy

TransportBindingElement(TransportBindingElement)

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