Struct TimeCheatingDetector.OnlineTimeResult
Result of the online time receive attempt.
public struct TimeCheatingDetector.OnlineTimeResult
Properties
Error
Error text (check if success == false).
public string Error { get; }
Property Value
- string
ErrorResponseCode
HTTP Response Code for the error.
public long ErrorResponseCode { get; }
Property Value
- long
OnlineDateTimeUtc
UTC DateTime retrieved from the online server.
public DateTime OnlineDateTimeUtc { get; }
Property Value
- DateTime
OnlineSecondsUtc
UTC seconds value retrieved from the online server.
public double OnlineSecondsUtc { get; }
Property Value
- double
Success
Indicates success of the operation.
public bool Success { get; }
Property Value
- bool
Methods
ToString()
Returns the fully qualified type name of this instance.
public override string ToString()
Returns
- string
The fully qualified type name.