C# Class SecurityModule, code

Used to correct non-secure requests to secure ones. If the website backend requires of SSL use, the whole requests should be secure.
Inheritance: IHttpModule
Exibir arquivo Open project: shendongnian/code Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
Init ( HttpApplication, application ) : void

Protected Methods

Method Description
application_BeginRequest ( object sender, EventArgs, e ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Init() public method

public Init ( HttpApplication, application ) : void
application HttpApplication,
return void

application_BeginRequest() protected method

protected application_BeginRequest ( object sender, EventArgs, e ) : void
sender object
e EventArgs,
return void