Click to Rate and Give Feedback

  Switch on low bandwidth view
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
.NET Framework Class Library
HttpsTransportBindingElement Class

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
Visual Basic (Usage)
Dim instance As HttpsTransportBindingElement
C#
public class HttpsTransportBindingElement : HttpTransportBindingElement, 
    ITransportTokenAssertionProvider
Visual C++
public ref class HttpsTransportBindingElement : public HttpTransportBindingElement, 
    ITransportTokenAssertionProvider
JScript
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.

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
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker