HttpsTransportBindingElement 建構函式

定義

初始化 HttpsTransportBindingElement 的新執行個體。

多載

HttpsTransportBindingElement()

初始化 HttpsTransportBindingElement 類別的新執行個體。

HttpsTransportBindingElement(HttpsTransportBindingElement)

初始化 HttpsTransportBindingElement 類別的新執行個體。

HttpsTransportBindingElement()

初始化 HttpsTransportBindingElement 類別的新執行個體。

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

適用於

HttpsTransportBindingElement(HttpsTransportBindingElement)

初始化 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)

參數

elementToBeCloned
HttpsTransportBindingElement

HttpsTransportBindingElement 類別的執行個體。

備註

這個方法是一個用來複製繫結項目 (建立另一個複本) 的複製建構函式。

適用於