TransportBindingElement Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
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.