Represents the binding element used to specify an HTTPS transport for transmitting messages.
Namespace:
System.ServiceModel.Channels
Assembly:
System.ServiceModel (in System.ServiceModel.dll)
Visual Basic (Declaration)
Public Class HttpsTransportBindingElement _
Inherits HttpTransportBindingElement _
Implements ITransportTokenAssertionProvider
Dim instance As HttpsTransportBindingElement
public class HttpsTransportBindingElement : HttpTransportBindingElement,
ITransportTokenAssertionProvider
public ref class HttpsTransportBindingElement : public HttpTransportBindingElement,
ITransportTokenAssertionProvider
public class HttpsTransportBindingElement extends HttpTransportBindingElement implements ITransportTokenAssertionProvider
The HttpsTransportBindingElement class is the starting point for creating a custom binding that implements the HTTPS transport protocol. HTTPS is the primary transport used for secure interoperability purposes. HTTPS is supported by the Windows Communication Foundation (WCF) to ensure interoperability with other Web services stacks.
The WCF service model uses this class to create factory objects that implement the IChannelFactory and IChannelListener interfaces. These factory objects, in turn, create the channels and listeners that transmit SOAP messages using the HTTPS protocol.
You control the configuration of the factories that this class creates by setting its properties, such as: RequireClientCertificate.
You can also set properties on the base class, HttpTransportBindingElement, such as: AuthenticationScheme, HostnameComparisonMode()()(), and MaxBufferSize.
You can also set properties on the base class TransportBindingElement, such as: ManualAddressing, and MaxBufferPoolSize. For a complete list of properties, see TransportBindingElement.
System..::.Object
System.ServiceModel.Channels..::.BindingElement
System.ServiceModel.Channels..::.TransportBindingElement
System.ServiceModel.Channels..::.HttpTransportBindingElement
System.ServiceModel.Channels..::.HttpsTransportBindingElement
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows CE, Windows Mobile for Smartphone, Windows Mobile for Pocket PC
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
.NET Framework
Supported in: 3.5, 3.0
.NET Compact Framework
Supported in: 3.5
Reference