HttpsTransportBindingElement Constructor (HttpsTransportBindingElement^)
.NET Framework (current version)
Initializes a new instance of the HttpsTransportBindingElement class.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
protected:
HttpsTransportBindingElement(
HttpsTransportBindingElement^ elementToBeCloned
)
Parameters
- elementToBeCloned
-
Type:
System.ServiceModel.Channels::HttpsTransportBindingElement^
An instance of the HttpsTransportBindingElement class.
This method is a copy constructor used to clone (make another copy of) the binding element.
Universal Windows Platform
Available since 8
.NET Framework
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 8
.NET Framework
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: