C# 클래스 Rds.Web.Modules.Honeypot.HoneypotService

파일 보기 프로젝트 열기: remids/Http-BL-IIS-Module 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
CreateAllowableIpResponse ( IPAddress ip ) : System.Net.Response
CreateTestFailResult ( ) : System.Net.IPAddress[]
InitializeResponse ( IPAddress ip, IPAddress result ) : System.Net.Response

메소드 상세

HoneypotService() 공개 메소드

public HoneypotService ( String accessKey, System.Boolean testFailure = false ) : System
accessKey String
testFailure System.Boolean
리턴 System

Lookup() 공개 메소드

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
리턴 System.Net.Response

Lookup() 공개 메소드

public Lookup ( String address ) : System.Net.Response
address String
리턴 System.Net.Response