C# 클래스 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.
파일 보기 프로젝트 열기: geel9/SteamAuth 1 사용 예제들

공개 메소드들

메소드 설명
AlignTime ( ) : void
AlignTimeAsync ( ) : System.Threading.Tasks.Task
GetSteamTime ( ) : long
GetSteamTimeAsync ( ) : Task

메소드 상세

AlignTime() 공개 정적인 메소드

public static AlignTime ( ) : void
리턴 void

AlignTimeAsync() 공개 정적인 메소드

public static AlignTimeAsync ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

GetSteamTime() 공개 정적인 메소드

public static GetSteamTime ( ) : long
리턴 long

GetSteamTimeAsync() 공개 정적인 메소드

public static GetSteamTimeAsync ( ) : Task
리턴 Task