Click or drag to resize
weroSoft AG, Software
ServerAvailabilityServerRoundtripTime Property
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Gets the time the server is pinged.

Namespace:  WeroSoft.Network
Assembly:  WeroSoft.Core.Library (in WeroSoft.Core.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public int? ServerRoundtripTime { get; }

Property Value

Type: NullableInt32
Remarks
If the server could not be pinged, the time is null. If the server is not available via network the time is always null.
See Also