C# Класс GrabzIt.Handler

Наследование: IHttpHandler
Показать файл Открыть проект

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

Метод Описание
ProcessRequest ( HttpContext context ) : void

Process the parameters returned to the callback handler

Защищенные методы

Метод Описание
Process ( HttpContext context, string filename, string id, string message, string customId, string format ) : void

This method allows this handler to be overriden and the result processed in a different way

Описание методов

Process() защищенный Метод

This method allows this handler to be overriden and the result processed in a different way
protected Process ( HttpContext context, string filename, string id, string message, string customId, string format ) : void
context System.Web.HttpContext The current context of the request
filename string The filename of the screenshot
id string The unique identifier of the screenshot
message string Any message due to the processing
customId string Any custom id that was passed to the GrabzIt web service.
format string The format of the returned screenshot (e.g. PDF, JPG).
Результат void

ProcessRequest() публичный Метод

Process the parameters returned to the callback handler
public ProcessRequest ( HttpContext context ) : void
context System.Web.HttpContext The request context
Результат void