C# Класс Sage.ResourceManagement.ResourceHandler

Implements an IHttpHandler for handling XML requests.
Наследование: IHttpHandler
Показать файл Открыть проект

Открытые методы

Метод Описание
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