API Reference
Class
RemoteTransportPreflightSnapshot
Neutral preflight snapshot for remote transport diagnostics.
Inheritance
- Object
- RemoteTransportPreflightSnapshot
Constructors
public RemoteTransportPreflightSnapshot() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.