C# 클래스 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.
상속: IHttpHandler
파일 보기 프로젝트 열기: ayende/Subtext

공개 메소드들

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

Renders the Captcha Image.

메소드 상세

ProcessRequest() 공개 메소드

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.
리턴 void