C# Class Zbu.Yol.YolModule

Inheritance: IHttpModule
Mostra file Open project: zpqrtbnk/Zbu.Yol

Public Methods

Method Description
Dispose ( ) : void
Init ( HttpApplication app ) : void
Install ( ) : void

Private Methods

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Init() public method

public Init ( HttpApplication app ) : void
app HttpApplication
return void

Install() public static method

public static Install ( ) : void
return void