API Reference
Class
ScanResult
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
- Property PortScanAnalysis.Results
- Property PortScanInfo.Results
Constructors
public ScanResult() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.