ConnectionOrientedTransportBindingElement Construtores

Definição

Sobrecargas

ConnectionOrientedTransportBindingElement()

Origem:
ConnectionOrientedTransportBindingElement.cs
Origem:
ConnectionOrientedTransportBindingElement.cs
public:
 ConnectionOrientedTransportBindingElement();
public ConnectionOrientedTransportBindingElement();
Public Sub New ()

Aplica-se a

ConnectionOrientedTransportBindingElement(ConnectionOrientedTransportBindingElement)

Origem:
ConnectionOrientedTransportBindingElement.cs
Origem:
ConnectionOrientedTransportBindingElement.cs
public:
 ConnectionOrientedTransportBindingElement(System::ServiceModel::Channels::ConnectionOrientedTransportBindingElement ^ elementToBeCloned);
public ConnectionOrientedTransportBindingElement(System.ServiceModel.Channels.ConnectionOrientedTransportBindingElement elementToBeCloned);
new System.ServiceModel.Channels.ConnectionOrientedTransportBindingElement : System.ServiceModel.Channels.ConnectionOrientedTransportBindingElement -> System.ServiceModel.Channels.ConnectionOrientedTransportBindingElement
Public Sub New (elementToBeCloned As ConnectionOrientedTransportBindingElement)

Parâmetros

Aplica-se a