C# Class Alphashack.Graphdat.Agent.HttpModule

Inheritance: IHttpModule
Show file Open project: alphashack/NET_graphdat

Public Properties

Property Type Description
build dynamic>.Action

Public Methods

Method Description
BeginRequest ( Object source, EventArgs e ) : void
Dispose ( ) : void
EndRequest ( Object source, EventArgs e ) : void
GetCallCount ( List context, string name ) : int
HttpModule ( ) : System
Init ( System.Web.HttpApplication application ) : void
Logger ( GraphdatLogType type, object user, string fmt ) : void
SafeGetGraphdat ( ) : IGraphdat
TryGetGraphdat ( IGraphdat &graphdat ) : bool

Private Methods

Method Description
SetupEventLog ( ) : void

Method Details

BeginRequest() public method

public BeginRequest ( Object source, EventArgs e ) : void
source Object
e System.EventArgs
return void

Dispose() public method

public Dispose ( ) : void
return void

EndRequest() public method

public EndRequest ( Object source, EventArgs e ) : void
source Object
e System.EventArgs
return void

GetCallCount() public method

public GetCallCount ( List context, string name ) : int
context List
name string
return int

HttpModule() public method

public HttpModule ( ) : System
return System

Init() public method

public Init ( System.Web.HttpApplication application ) : void
application System.Web.HttpApplication
return void

Logger() public static method

public static Logger ( GraphdatLogType type, object user, string fmt ) : void
type GraphdatLogType
user object
fmt string
return void

SafeGetGraphdat() public static method

public static SafeGetGraphdat ( ) : IGraphdat
return IGraphdat

TryGetGraphdat() public static method

public static TryGetGraphdat ( IGraphdat &graphdat ) : bool
graphdat IGraphdat
return bool

Property Details

build public property

public Action build
return dynamic>.Action