WCF-Xtensions Class Reference for Mono
LiteHttpsTransportBindingElement Class
Members 






Represents the binding element used to specify an HTTPS transport with dynamic content negotiation for transmitting messages.
Object Model
LiteHttpsTransportBindingElement Class
Syntax
'Declaration
 
Public Class LiteHttpsTransportBindingElement 
   Inherits LiteHttpTransportBindingElement
'Usage
 
Dim instance As LiteHttpsTransportBindingElement
public class LiteHttpsTransportBindingElement : LiteHttpTransportBindingElement 
public class LiteHttpsTransportBindingElement = class(LiteHttpTransportBindingElement)
public class LiteHttpsTransportBindingElement extends LiteHttpTransportBindingElement
public __gc class LiteHttpsTransportBindingElement : public LiteHttpTransportBindingElement 
public ref class LiteHttpsTransportBindingElement : public LiteHttpTransportBindingElement 
Remarks

This transport extends functionality of LiteHttpTransportBindingElement with secure HTTPS transport protocol.

This HTTP implementation is independent from system provided HTTP implementation included in .NET and does not depend from external services.

The security parameters such as authentication mode and certificates for this transport should be provided through the ClientCredentials class for client side and the ServiceCredentials class on the service side, just like for SslStreamSecurityBindingElement class.

This class is not available in Silverlight 4, Silverlight 3, .NET Compact Framework 3.5.
Inheritance Hierarchy

System.Object
   System.ServiceModel.Channels.BindingElement
      System.ServiceModel.Channels.TransportBindingElement
         Noemax.WCFX.Channels.LiteHttpTransportBindingElement
            Noemax.WCFX.Channels.LiteHttpsTransportBindingElement

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

LiteHttpsTransportBindingElement Members
Noemax.WCFX.Channels Namespace

Send Feedback