HttpsTransportBindingElement 构造函数
定义
初始化 HttpsTransportBindingElement 的新实例。Initializes a new instance of HttpsTransportBindingElement.
重载
| HttpsTransportBindingElement() |
初始化 HttpsTransportBindingElement 类的新实例。Initializes a new instance of the HttpsTransportBindingElement class. |
| HttpsTransportBindingElement(HttpsTransportBindingElement) |
初始化 HttpsTransportBindingElement 类的新实例。Initializes a new instance of the HttpsTransportBindingElement class. |
HttpsTransportBindingElement()
初始化 HttpsTransportBindingElement 类的新实例。Initializes a new instance of the HttpsTransportBindingElement class.
public:
HttpsTransportBindingElement();
public HttpsTransportBindingElement ();
Public Sub New ()
适用于
HttpsTransportBindingElement(HttpsTransportBindingElement)
初始化 HttpsTransportBindingElement 类的新实例。Initializes a new instance of the HttpsTransportBindingElement class.
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 类的实例。An instance of the HttpsTransportBindingElement class.
注解
此方法是用于克隆(制作副本)绑定元素的复制构造函数。This method is a copy constructor used to clone (make another copy of) the binding element.