Sdílet prostřednictvím


TransportBindingElement Konstruktory

Definice

Přetížení

TransportBindingElement()

Vytvoří novou instanci této třídy.

TransportBindingElement(TransportBindingElement)

Vytvoří novou instanci této třídy z existující instance.

TransportBindingElement()

Vytvoří novou instanci této třídy.

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

Platí pro

TransportBindingElement(TransportBindingElement)

Vytvoří novou instanci této třídy z existující instance.

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

Naklonovaná TransportBindingElement .

Platí pro