Domain Detective

API Reference

Class

PortAvailabilityInfo

Namespace DomainDetective.Views
Assembly DomainDetective

Provides port availability info functionality.

Inheritance

  • Object
  • PortAvailabilityInfo

Constructors

public PortAvailabilityInfo() #

Properties

public HealthCheckType Check { get; set; } #

Gets or sets the check value.

public AnalysisArea Area { get; set; } #

Gets or sets the area value.

public String Subject { get; set; } #

Gets or sets the subject value.

public Int32 TotalChecked { get; set; } #

Gets or sets the total checked value.

public Int32 OpenCount { get; set; } #

Gets or sets the open count value.

public IReadOnlyDictionary<String, PortResult> Results { get; set; } #

Gets or sets the results value.

public String Summary { get; set; } #

Gets or sets the summary value.

{{ include "footer" }}