C# Class SteamAuth.TimeAligner

Class to help align system time with the Steam server time. Not super advanced; probably not taking some things into account that it should. Necessary to generate up-to-date codes. In general, this will have an error of less than a second, assuming Steam is operational.
Exibir arquivo Open project: geel9/SteamAuth Class Usage Examples

Public Methods

Method Description
AlignTime ( ) : void
AlignTimeAsync ( ) : System.Threading.Tasks.Task
GetSteamTime ( ) : long
GetSteamTimeAsync ( ) : Task

Method Details

AlignTime() public static method

public static AlignTime ( ) : void
return void

AlignTimeAsync() public static method

public static AlignTimeAsync ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

GetSteamTime() public static method

public static GetSteamTime ( ) : long
return long

GetSteamTimeAsync() public static method

public static GetSteamTimeAsync ( ) : Task
return Task