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
Afficher le fichier Open project: shendongnian/code Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
Init ( HttpApplication, application ) : void

Méthodes protégées

Méthode Description
application_BeginRequest ( object sender, EventArgs, e ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Init() public méthode

public Init ( HttpApplication, application ) : void
application HttpApplication,
Résultat void

application_BeginRequest() protected méthode

protected application_BeginRequest ( object sender, EventArgs, e ) : void
sender object
e EventArgs,
Résultat void