Noemax.WCFX.Channels Namespace : LiteHttpsTransportBindingElement Class |
'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
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.System.Object
System.ServiceModel.Channels.BindingElement
System.ServiceModel.Channels.TransportBindingElement
Noemax.WCFX.Channels.LiteHttpTransportBindingElement
Noemax.WCFX.Channels.LiteHttpsTransportBindingElement
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