TestimoX

API Reference

Class

RemoteTransportPreflightSnapshot

Namespace ComputerX.Common
Assembly ComputerX
Modifiers sealed

Neutral preflight snapshot for remote transport diagnostics.

Inheritance

  • Object
  • RemoteTransportPreflightSnapshot

Constructors

public RemoteTransportPreflightSnapshot() #

Properties

public String Host { get; set; } #

Target host used for the preflight.

public Int32 Port { get; set; } #

Effective port used for the preflight.

public Boolean DnsResolved { get; set; } #

True when the target resolved locally.

public IReadOnlyList<String> ResolvedAddresses { get; set; } #

Locally resolved addresses for the target.

public Boolean TcpReachable { get; set; } #

True when a TCP probe succeeded.

public String TcpError { get; set; } #

Optional non-fatal TCP probe error.