Class SslFilter

The SslFilter class hooks the application's BeginRequest event in order to request the current page securely if specified in the configuration file.

Inheritance
System.Object
SslFilter
Implements
System.Web.IHttpModule
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.Commerce.Website.Ssl
Assembly: Mediachase.Commerce.Website.dll
Version: 10.8.0
Syntax
public class SslFilter : IHttpModule

Constructors

SslFilter()

Initializes an instance of this class.

Declaration
public SslFilter()

Methods

Dispose()

Disposes of any resources used.

Declaration
public void Dispose()

Init(HttpApplication)

Initializes the module by hooking the application's BeginRequest event if indicated by the config settings.

Declaration
public void Init(HttpApplication application)
Parameters
Type Name Description
System.Web.HttpApplication application

The HttpApplication this module is bound to.

Implements

System.Web.IHttpModule