C# 클래스 N2.Management.Api.ContextHandler

상속: IHttpHandler, IApiHandler
파일 보기 프로젝트 열기: n2cms/n2cms

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ContextHandler ( ) : System
ContextHandler ( IEngine engine ) : System
ProcessRequest ( HttpContext context ) : void
ProcessRequest ( System.Web.HttpContextBase context ) : void

메소드 상세

ContextHandler() 공개 메소드

public ContextHandler ( ) : System
리턴 System

ContextHandler() 공개 메소드

public ContextHandler ( IEngine engine ) : System
engine IEngine
리턴 System

ProcessRequest() 공개 메소드

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

ProcessRequest() 공개 메소드

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