Click or drag to resize
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.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class CaptchaImageHandler : IHttpHandler

The CaptchaImageHandler type exposes the following members.

Constructors
  NameDescription
Public methodCaptchaImageHandler
Top
Methods
  NameDescription
Public methodProcessRequest
Enables processing of HTTP Web requests by a custom HttpHandler that implements the IHttpHandler interface.
Top
Properties
  NameDescription
Public propertyIsReusable
Gets a value indicating whether another request can use the IHttpHandler instance.
Top
See Also