Interface IPingDetails
The server response to a ping operation.
Namespace: PushTechnology.ClientInterface.Client.Features
Assembly: Diffusion.Client.dll
Syntax
public interface IPingDetails
Properties
RoundTripTimeSpan
Returns the round-trip time as a TimeSpan.
Declaration
TimeSpan RoundTripTimeSpan { get; }
Property Value
| Type | Description |
|---|---|
| System.TimeSpan | The round-trip time as a |
Remarks
The returned TimeSpan indicates the time from when the ping was
sent to the time the response was received.
Since 6.0
Timestamp
Returns the local DateTime value indicating when the ping was sent.
Declaration
DateTime Timestamp { get; }
Property Value
| Type | Description |
|---|---|
| System.DateTime | The local |
Remarks
The returned value's DateTime.Kind is DateTimeKind.Local.