Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Subtext
Web
Controls
Captcha
CaptchaImageHandler
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
ファイルを表示
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