C# Class Subtext.Web.Controls.Captcha.CaptchaImageHandler

Handles a special request for a CAPTCHA image. The request must pass the specs for the image via an encrypted serialized instance of CaptchaInfo.
Inheritance: IHttpHandler
Mostrar archivo Open project: ayende/Subtext

Public Methods

Method Description
ProcessRequest ( HttpContext context ) : void

Renders the Captcha Image.

Method Details

ProcessRequest() public method

Renders the Captcha Image.
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.
return void