HttpsTransportBindingElement Konstruktor
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Menginisialisasi instans baru .HttpsTransportBindingElement
Overload
HttpsTransportBindingElement() |
Menginisialisasi instans baru kelas HttpsTransportBindingElement. |
HttpsTransportBindingElement(HttpsTransportBindingElement) |
Menginisialisasi instans baru kelas HttpsTransportBindingElement. |
HttpsTransportBindingElement()
Menginisialisasi instans baru kelas HttpsTransportBindingElement.
public:
HttpsTransportBindingElement();
public HttpsTransportBindingElement ();
Public Sub New ()
Berlaku untuk
HttpsTransportBindingElement(HttpsTransportBindingElement)
Menginisialisasi instans baru kelas HttpsTransportBindingElement.
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)
Parameter
- elementToBeCloned
- HttpsTransportBindingElement
Instans HttpsTransportBindingElement kelas .
Keterangan
Metode ini adalah konstruktor salinan yang digunakan untuk mengkloning (membuat salinan lain dari) elemen pengikatan.