C# Class ETravel.Web.FakeHttps.HttpModule

HttpModule to enforce the X-Forwarded-Proto header from SSL Offloaders in ASP.NET
It only works on Integrated mode Configuration settings in appSettings: - FakeHttp.ForceHttps (true/false) If set to true, all connections will be faked as secure
Inheritance: IHttpModule
Afficher le fichier Open project: e-travel/FakeHttps

Méthodes publiques

Méthode Description
Dispose ( ) : void

This method does nothing.

Init ( System.Web.HttpApplication application ) : void

Private Methods

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

Method Details

Dispose() public méthode

This method does nothing.
public Dispose ( ) : void
Résultat void

Init() public méthode

public Init ( System.Web.HttpApplication application ) : void
application System.Web.HttpApplication
Résultat void