C# 클래스 Sage.ResourceManagement.ResourceHandler

Implements an IHttpHandler for handling XML requests.
상속: IHttpHandler
파일 보기 프로젝트 열기: igorfrance/sage

공개 메소드들

메소드 설명
ProcessRequest ( HttpContext context ) : void

Enables processing of HTTP Web requests by a custom HttpHandler that implements the T:System.Web.IHttpHandler interface.

ProcessRequest ( System.Web.HttpContextBase context, string>.Func mapPath ) : void

Processes the request.

비공개 메소드들

메소드 설명
SendContent ( System.Web.HttpContextBase context, CacheableXmlDocument document ) : void
SendContent ( System.Web.HttpContextBase context, string filename ) : void

메소드 상세

ProcessRequest() 공개 메소드

Enables processing of HTTP Web requests by a custom HttpHandler that implements the T:System.Web.IHttpHandler interface.
public ProcessRequest ( HttpContext context ) : void
context System.Web.HttpContext An object that provides references to the intrinsic server objects (for example, Request, Response, Session, and Server) used to service HTTP requests.
리턴 void

ProcessRequest() 공개 메소드

Processes the request.
public ProcessRequest ( System.Web.HttpContextBase context, string>.Func mapPath ) : void
context System.Web.HttpContextBase The context.
mapPath string>.Func The map path.
리턴 void