C# 클래스 Oda.HttpEventArgs

Arguments for an Http Event
상속: System.EventArgs
파일 보기 프로젝트 열기: CorbinDallas/Oda 1 사용 예제들

공개 메소드들

메소드 설명
HttpEventArgs ( System.Web.HttpApplication app ) : System

Initializes a new instance of the HttpEventArgs class.

메소드 상세

HttpEventArgs() 공개 메소드

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