Domain Detective

API Reference

Class

ScanResult

Namespace DomainDetective.PortScanAnalysis
Assembly DomainDetective

Result of a single port scan.

Inheritance

  • Object
  • ScanResult

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Constructors

public ScanResult() #

Properties

public Boolean TcpOpen { get; set; } #

Indicates whether the TCP port is open.

public Boolean UdpOpen { get; set; } #

Indicates whether the UDP port is open.

public TimeSpan TcpLatency { get; set; } #

Latency of the TCP connection attempt.

public String Error { get; set; } #

Socket exception message, if the scan failed.

public String Banner { get; set; } #

Optional service banner or detected protocol.

{{ include "footer" }}