C# 클래스 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.
상속: IHttpModule
파일 보기 프로젝트 열기: shendongnian/code 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
Init ( HttpApplication, application ) : void

보호된 메소드들

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

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Init() 공개 메소드

public Init ( HttpApplication, application ) : void
application HttpApplication,
리턴 void

application_BeginRequest() 보호된 메소드

protected application_BeginRequest ( object sender, EventArgs, e ) : void
sender object
e EventArgs,
리턴 void