C# 클래스 GrabzIt.Handler

상속: IHttpHandler
파일 보기 프로젝트 열기: grabzit/grabzit

공개 메소드들

메소드 설명
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