Walter.Net.HoneyPot
IgnoreScope Enumeration
Walter.Net.HoneyPot Assembly > Walter.Net.HoneyPot Namespace : IgnoreScope Enumeration
The scope of how to ignore future request after having been detected
Syntax
public enum IgnoreScope : System.Enum 
Members
MemberDescription
DoNotIgnore Do not ignore any future requests and trigger a honey-pot response
IPAddress Ignore the IP Address but any other requests from the IP address with a different port trigger a response
IPAddressAndPort Ignore the IP address and port on future requests
Remarks
The Default is to ignore the IPAddress and port as the detector assumes you block any future requests from the IP address
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Walter.Net.HoneyPot.IgnoreScope

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Walter.Net.HoneyPot Namespace