HttpsTransportBindingElement 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 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 類別的執行個體。
備註
這個方法是一個用來複製繫結項目 (建立另一個複本) 的複製建構函式。