C# 클래스 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
상속: IHttpModule
파일 보기 프로젝트 열기: e-travel/FakeHttps

공개 메소드들

메소드 설명
Dispose ( ) : void

This method does nothing.

Init ( System.Web.HttpApplication application ) : void

비공개 메소드들

메소드 설명
ApplicationBeginRequest ( object sender, EventArgs e ) : void

메소드 상세

Dispose() 공개 메소드

This method does nothing.
public Dispose ( ) : void
리턴 void

Init() 공개 메소드

public Init ( System.Web.HttpApplication application ) : void
application System.Web.HttpApplication
리턴 void