Interface IPingDetails
- Namespace
- PushTechnology.ClientInterface.Client.Features
- Assembly
- Diffusion.Client.dll
The server response to a ping operation.
public interface IPingDetails
Properties
RoundTripTimeSpan
Returns the round-trip time as a TimeSpan.
TimeSpan RoundTripTimeSpan { get; }
Property Value
- TimeSpan
The round-trip time as a
TimeSpan.
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.
DateTime Timestamp { get; }
Property Value
- DateTime
The local
DateTimevalue indicating when the ping was sent.
Remarks
The returned value's DateTime.Kind is DateTimeKind.Local.