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.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic class CaptchaAudioHandler : IHttpHandler
Public Class CaptchaAudioHandler
Implements IHttpHandler
public ref class CaptchaAudioHandler : IHttpHandler
type CaptchaAudioHandler =
class
interface IHttpHandler
end
The CaptchaAudioHandler 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