HttpsTransportBindingElement 构造函数

定义

初始化 HttpsTransportBindingElement 的新实例。

重载

HttpsTransportBindingElement()

初始化 HttpsTransportBindingElement 类的新实例。

HttpsTransportBindingElement(HttpsTransportBindingElement)

初始化 HttpsTransportBindingElement 类的新实例。

HttpsTransportBindingElement()

Source:
HttpsTransportBindingElement.cs
Source:
HttpsTransportBindingElement.cs
Source:
HttpsTransportBindingElement.cs

初始化 HttpsTransportBindingElement 类的新实例。

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

适用于

HttpsTransportBindingElement(HttpsTransportBindingElement)

Source:
HttpsTransportBindingElement.cs
Source:
HttpsTransportBindingElement.cs
Source:
HttpsTransportBindingElement.cs

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

参数

注解

此方法是用于克隆(制作副本)绑定元素的复制构造函数。

适用于