Domain Detective

API Reference

Class

LatencyResult

Namespace DomainDetective.MailLatencyAnalysis
Assembly DomainDetective

Results of a latency check.

Inheritance

  • Object
  • LatencyResult

Usage

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

Returned or exposed by

Constructors

public LatencyResult() #

Properties

public Boolean ConnectSuccess { get; set; } #

True when the connection succeeded.

public Boolean BannerSuccess { get; set; } #

True when a banner line was read.

public TimeSpan ConnectTime { get; set; } #

Time taken to establish the connection.

public TimeSpan BannerTime { get; set; } #

Time taken to read the banner after connecting.

{{ include "footer" }}