API Reference
Class
LatencyResult
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
- Property MailLatencyAnalysis.ServerResults
- Property MailLatencyInfo.Servers
Constructors
public LatencyResult() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.