HttpsTransportBindingElement Konstruktorer
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Initierar en ny instans av HttpsTransportBindingElement.
Överlagringar
| Name | Description |
|---|---|
| HttpsTransportBindingElement() |
Initierar en ny instans av HttpsTransportBindingElement klassen. |
| HttpsTransportBindingElement(HttpsTransportBindingElement) |
Initierar en ny instans av HttpsTransportBindingElement klassen. |
HttpsTransportBindingElement()
Initierar en ny instans av HttpsTransportBindingElement klassen.
public:
HttpsTransportBindingElement();
public HttpsTransportBindingElement();
Public Sub New ()
Gäller för
HttpsTransportBindingElement(HttpsTransportBindingElement)
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.