Domain Detective

API Reference

Class

PortResult

Namespace DomainDetective.PortAvailabilityAnalysis
Assembly DomainDetective

Represents the result of a single port check.

Inheritance

  • Object
  • PortResult

Usage

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

Constructors

public PortResult() #

Properties

public Boolean Success { get; set; } #

Gets a value indicating whether the connection succeeded.

public TimeSpan Latency { get; set; } #

Gets the time taken to establish the connection.

{{ include "footer" }}