HttpsTransportBindingElement Konstruktorer

Definition

Initierar en ny instans av HttpsTransportBindingElement.

Överlagringar

HttpsTransportBindingElement()

Källa:
HttpsTransportBindingElement.cs
Källa:
HttpsTransportBindingElement.cs
Källa:
HttpsTransportBindingElement.cs

Initierar en ny instans av HttpsTransportBindingElement klassen.

public:
 HttpsTransportBindingElement();
public HttpsTransportBindingElement();
Public Sub New ()

Gäller för

HttpsTransportBindingElement(HttpsTransportBindingElement)

Källa:
HttpsTransportBindingElement.cs
Källa:
HttpsTransportBindingElement.cs
Källa:
HttpsTransportBindingElement.cs

Initierar en ny instans av HttpsTransportBindingElement klassen.

protected:
 HttpsTransportBindingElement(System::ServiceModel::Channels::HttpsTransportBindingElement ^ elementToBeCloned);
protected HttpsTransportBindingElement(System.ServiceModel.Channels.HttpsTransportBindingElement elementToBeCloned);
new System.ServiceModel.Channels.HttpsTransportBindingElement : System.ServiceModel.Channels.HttpsTransportBindingElement -> System.ServiceModel.Channels.HttpsTransportBindingElement
Protected Sub New (elementToBeCloned As HttpsTransportBindingElement)

Parametrar

elementToBeCloned
HttpsTransportBindingElement

En instans av HttpsTransportBindingElement klassen.

Kommentarer

Den här metoden är en kopieringskonstruktor som används för att klona (göra en annan kopia av) bindningselementet.

Gäller för