TestimoX

API Reference

Class

PreflightResult

Namespace ComputerX.Diagnostics
Assembly ComputerX
Modifiers sealed

Result of a lightweight connectivity and WMI preflight probe.

Inheritance

  • Object
  • PreflightResult

Constructors

Properties

public String Host { get; set; } #

Original host string provided by the caller.

public String ResolvedHost { get; set; } #

Resolved host (A/AAAA) that was probed.

public Boolean IsLocal { get; set; } #

True if the host maps to the local machine.

public Boolean DnsOk { get; set; } #

DNS resolution succeeded.

public Nullable<Double> DnsMs { get; set; } #

Approximate DNS latency in milliseconds.

public Boolean Rpc135Ok { get; set; } #

RPC endpoint (TCP/135) connection succeeded.

public Nullable<Double> RpcMs { get; set; } #

RPC probe latency in milliseconds.

public Boolean WmiOk { get; set; } #

WMI (CIM) probe succeeded.

public Nullable<Double> WmiMs { get; set; } #

WMI probe latency in milliseconds.

public String Note { get; set; } #

Optional short note with the first failing stage (dns/rpc/wmi).