C# Class SteamDesktopAuth.GitHub

ファイルを表示 Open project: Ezzpify/SteamAuthenticator Class Usage Examples

Public Properties

Property Type Description
update Config.GithubRelease

Public Methods

Method Description
ApplicationUpToDate ( ) : bool

Checks if the application is up-to-date

Private Methods

Method Description
DownloadString ( string URL ) : string

Downloads a string from the internet from the specified url

Method Details

ApplicationUpToDate() public method

Checks if the application is up-to-date
public ApplicationUpToDate ( ) : bool
return bool

Property Details

update public_oe property

Stores the new update available if there is one available
public Config.GithubRelease,SteamDesktopAuth update
return Config.GithubRelease