Aracılığıyla paylaş


HttpsTransportBindingElement Oluşturucular

Tanım

öğesinin yeni bir örneğini HttpsTransportBindingElementbaşlatır.

Aşırı Yüklemeler

HttpsTransportBindingElement()

HttpsTransportBindingElement sınıfının yeni bir örneğini başlatır.

HttpsTransportBindingElement(HttpsTransportBindingElement)

HttpsTransportBindingElement sınıfının yeni bir örneğini başlatır.

HttpsTransportBindingElement()

Kaynak:
HttpsTransportBindingElement.cs
Kaynak:
HttpsTransportBindingElement.cs
Kaynak:
HttpsTransportBindingElement.cs

HttpsTransportBindingElement sınıfının yeni bir örneğini başlatır.

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

Şunlara uygulanır

HttpsTransportBindingElement(HttpsTransportBindingElement)

Kaynak:
HttpsTransportBindingElement.cs
Kaynak:
HttpsTransportBindingElement.cs
Kaynak:
HttpsTransportBindingElement.cs

HttpsTransportBindingElement sınıfının yeni bir örneğini başlatır.

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)

Parametreler

elementToBeCloned
HttpsTransportBindingElement

HttpsTransportBindingElement sınıfının örneği.

Açıklamalar

Bu yöntem, bağlama öğesini kopyalamak (başka bir kopyasını oluşturmak) için kullanılan bir kopya oluşturucudur.

Şunlara uygulanır