C# Class NSoft.NFramework.Web.HttpModules.AsyncAccessLogModule

Inheritance: IHttpModule
Exibir arquivo Open project: debop/NFramework

Public Methods

Method Description
Dispose ( ) : void
Init ( System.Web.HttpApplication context ) : void

모듈 초기화

Private Methods

Method Description
OnBeginRequest ( object sender, EventArgs e ) : void
OnEndRequest ( object sender, EventArgs e ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Init() public method

모듈 초기화
public Init ( System.Web.HttpApplication context ) : void
context System.Web.HttpApplication
return void