Click or drag to resize
CaptchaAudioHandler Class
Captcha audio stream HttpModule. "Speaks" the Captcha code, renders them to memory and streams it 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.ControlsCaptchaAudioHandler

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 CaptchaAudioHandler : IHttpHandler

The CaptchaAudioHandler type exposes the following members.

Constructors
  NameDescription
Public methodCaptchaAudioHandler
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