TcpTransportBindingElement 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.
Inicjuje nowe wystąpienie klasy TcpTransportBindingElement.
Przeciążenia
TcpTransportBindingElement() |
Inicjuje nowe wystąpienie klasy TcpTransportBindingElement. |
TcpTransportBindingElement(TcpTransportBindingElement) |
Inicjuje nowe wystąpienie klasy TcpTransportBindingElement. |
TcpTransportBindingElement()
Inicjuje nowe wystąpienie klasy TcpTransportBindingElement.
public:
TcpTransportBindingElement();
public TcpTransportBindingElement ();
Public Sub New ()
Przykłady
W poniższym przykładzie pokazano, jak utworzyć nowe wystąpienie TcpTransportBindingElement klasy.
TcpTransportBindingElement bElement =
new TcpTransportBindingElement();
Dotyczy
TcpTransportBindingElement(TcpTransportBindingElement)
Inicjuje nowe wystąpienie klasy TcpTransportBindingElement.
protected:
TcpTransportBindingElement(System::ServiceModel::Channels::TcpTransportBindingElement ^ elementToBeCloned);
protected TcpTransportBindingElement (System.ServiceModel.Channels.TcpTransportBindingElement elementToBeCloned);
new System.ServiceModel.Channels.TcpTransportBindingElement : System.ServiceModel.Channels.TcpTransportBindingElement -> System.ServiceModel.Channels.TcpTransportBindingElement
Protected Sub New (elementToBeCloned As TcpTransportBindingElement)
Parametry
- elementToBeCloned
- TcpTransportBindingElement
Wystąpienie klasy TcpTransportBindingElement.
Uwagi
Ta metoda jest konstruktorem kopiowanym używanym do klonowania elementu powiązania i jest uwidoczniona, aby klasy pochodne mogły implementować klasę Clone.