CaptchaImageHandler Class |
Captcha image stream HttpModule. Retrieves KaxCaptcha objects from cache (or session),
renders them to memory, and streams them to the browser.
Remarks
To use this handler, add it in your web.config, like so:
<httpHandlers>
<add verb="GET" path="Kettic.AspNet.Controls.WebResource.axd" type="Kettic.AspNet.Controls.WebResource" />
</httpHandlers>
Inheritance Hierarchy
SystemObject
Kettic.AspNet.ControlsCaptchaImageHandler
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic class CaptchaImageHandler : IHttpHandler
Public Class CaptchaImageHandler
Implements IHttpHandler
public ref class CaptchaImageHandler : IHttpHandler
type CaptchaImageHandler =
class
interface IHttpHandler
end
The CaptchaImageHandler type exposes the following members.
Constructors
Methods
| Name | Description |
---|
 | ProcessRequest |
Enables processing of HTTP Web requests by a custom HttpHandler that implements the IHttpHandler interface.
|
Top
Properties
| Name | Description |
---|
 | IsReusable |
Gets a value indicating whether another request can use the IHttpHandler instance.
|
Top
See Also