Diffusion .NET Client Library  6.1.5
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
PushTechnology.ClientInterface.Client.Features.IPingDetails Interface Reference

The server response to a ping operation. More...

Properties

DateTime Timestamp [get]
 Returns the local DateTime value indicating when the ping was sent. More...
 
TimeSpan RoundTripTimeSpan [get]
 Returns the round-trip time as a TimeSpan. More...
 

Detailed Description

The server response to a ping operation.

Property Documentation

TimeSpan PushTechnology.ClientInterface.Client.Features.IPingDetails.RoundTripTimeSpan
get

Returns the round-trip time as a TimeSpan.

The returned TimeSpan indicates the time from when the ping was sent to the time the response was received.

Since 6.0

DateTime PushTechnology.ClientInterface.Client.Features.IPingDetails.Timestamp
get

Returns the local DateTime value indicating when the ping was sent.

The returned value's DateTime.Kind is DateTimeKind.Local.


The documentation for this interface was generated from the following file: