Captcha handler HttpHandler.

Namespace: MonoSoftware.Web.Controls.Captcha
Assembly: MonoSoftware.Web (in MonoSoftware.Web.dll) Version: 1.0.40.661 (1.0.40.661)

Syntax

C#
public class CaptchaHandler : IHttpHandler, 
	IRequiresSessionState
Visual Basic
Public Class CaptchaHandler
	Implements IHttpHandler, IRequiresSessionState
Visual C++
public ref class CaptchaHandler : IHttpHandler, 
	IRequiresSessionState
F#
type CaptchaHandler =  
    class
        interface IHttpHandler
        interface IRequiresSessionState
    end

Inheritance Hierarchy

System..::..Object
  MonoSoftware.Web.Controls.Captcha..::..CaptchaHandler

See Also