C# 클래스 ALE.Web.AleHttpHandler

상속: IHttpAsyncHandler
파일 보기 프로젝트 열기: blesh/ALE

공개 메소드들

메소드 설명
BeginProcessRequest ( HttpContext context, AsyncCallback cb, object extraData ) : IAsyncResult
EndProcessRequest ( IAsyncResult result ) : void
ProcessRequest ( HttpContext context ) : void

메소드 상세

BeginProcessRequest() 공개 메소드

public BeginProcessRequest ( HttpContext context, AsyncCallback cb, object extraData ) : IAsyncResult
context System.Web.HttpContext
cb AsyncCallback
extraData object
리턴 IAsyncResult

EndProcessRequest() 공개 메소드

public EndProcessRequest ( IAsyncResult result ) : void
result IAsyncResult
리턴 void

ProcessRequest() 공개 메소드

public ProcessRequest ( HttpContext context ) : void
context System.Web.HttpContext
리턴 void