C# Class Rds.Web.Modules.Honeypot.HoneypotService

Afficher le fichier Open project: remids/Http-BL-IIS-Module Class Usage Examples

Méthodes publiques

Méthode Description
HoneypotService ( String accessKey, System.Boolean testFailure = false ) : System
Lookup ( IPAddress ip ) : System.Net.Response

Project Honeypot DNS lookup on the provided IP address.

As of Jan 2012, Project Honeypot only supports IPv4 (and not IPv6). As a result, if we have an address of anything other than IPv4, assume ok.

Lookup ( String address ) : System.Net.Response

Private Methods

Méthode Description
CreateAllowableIpResponse ( IPAddress ip ) : System.Net.Response
CreateTestFailResult ( ) : System.Net.IPAddress[]
InitializeResponse ( IPAddress ip, IPAddress result ) : System.Net.Response

Method Details

HoneypotService() public méthode

public HoneypotService ( String accessKey, System.Boolean testFailure = false ) : System
accessKey String
testFailure System.Boolean
Résultat System

Lookup() public méthode

Project Honeypot DNS lookup on the provided IP address.
As of Jan 2012, Project Honeypot only supports IPv4 (and not IPv6). As a result, if we have an address of anything other than IPv4, assume ok.
public Lookup ( IPAddress ip ) : System.Net.Response
ip System.Net.IPAddress
Résultat System.Net.Response

Lookup() public méthode

public Lookup ( String address ) : System.Net.Response
address String
Résultat System.Net.Response