Click or drag to resize
BotTrapLinkHandler Class
Bot trap stream HttpModule. Adds Bot Guids to the cache.
Remarks
You *MUST* enable this HttpHandler in your web.config, like so: <httpHandlers> <add verb="GET" path="BotHandler.axd" type="Kettic.AspNet.Controls.SpamProtection.AutoBotDiscovery.Strategies.BotTrapLinkHandler, Kettic.Cms.Web.UI" /> </httpHandlers>
Inheritance Hierarchy
SystemObject
  Kettic.AspNet.ControlsBotTrapLinkHandler

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

The BotTrapLinkHandler type exposes the following members.

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