C# 클래스 Elmah.HttpAsyncHandler

상속: IHttpAsyncHandler
파일 보기 프로젝트 열기: elmah/Elmah

Private Properties

프로퍼티 타입 설명
IHttpAsyncHandler IAsyncResult
IHttpHandler void

공개 메소드들

메소드 설명
BeginProcessRequest ( System.Web.HttpContextBase context, AsyncCallback cb, object extraData ) : IAsyncResult
EndProcessRequest ( IAsyncResult result ) : void
HttpAsyncHandler ( ) : System
HttpAsyncHandler ( Func handler ) : System

보호된 메소드들

메소드 설명
OnProcessRequest ( System.Web.HttpContextBase context ) : void
ProcessRequest ( System.Web.HttpContextBase context, Func getAsyncCallback ) : IEnumerable

비공개 메소드들

메소드 설명
IHttpAsyncHandler ( HttpContext context, AsyncCallback cb, object extraData ) : IAsyncResult
IHttpHandler ( HttpContext context ) : void

메소드 상세

BeginProcessRequest() 공개 메소드

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

EndProcessRequest() 공개 메소드

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

HttpAsyncHandler() 공개 메소드

public HttpAsyncHandler ( ) : System
리턴 System

HttpAsyncHandler() 공개 메소드

public HttpAsyncHandler ( Func handler ) : System
handler Func
리턴 System

OnProcessRequest() 보호된 메소드

protected OnProcessRequest ( System.Web.HttpContextBase context ) : void
context System.Web.HttpContextBase
리턴 void

ProcessRequest() 보호된 메소드

protected ProcessRequest ( System.Web.HttpContextBase context, Func getAsyncCallback ) : IEnumerable
context System.Web.HttpContextBase
getAsyncCallback Func
리턴 IEnumerable