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)

参数

注解

此方法是一个复制构造函数,用于克隆绑定元素(创建另一个副本)。

适用于