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 클래스의 인스턴스입니다.

설명

이 메서드는 바인딩 요소를 복제(다른 복사본 만들기)하는 데 사용되는 복사 생성자입니다.

적용 대상