C# Class Oda.HttpEventArgs

Arguments for an Http Event
Inheritance: System.EventArgs
显示文件 Open project: CorbinDallas/Oda Class Usage Examples

Public Methods

Method Description
HttpEventArgs ( System.Web.HttpApplication app ) : System

Initializes a new instance of the HttpEventArgs class.

Method Details

HttpEventArgs() public method

Initializes a new instance of the HttpEventArgs class.
public HttpEventArgs ( System.Web.HttpApplication app ) : System
app System.Web.HttpApplication The _app.
return System