C# Class SteamWebAPI2.Interfaces.SteamApps

Inheritance: SteamWebInterface, ISteamApps
Datei anzeigen Open project: babelshift/SteamWebAPI2

Public Methods

Method Description
GetAppListAsync ( ) : Task>

Returns a list of all Steam Apps.

SteamApps ( string steamWebApiKey ) : Steam.Models
UpToDateCheckAsync ( int appId, int version ) : Task

Checks if a specific version of a specific Steam App is up to date with the Steam servers.

Method Details

GetAppListAsync() public method

Returns a list of all Steam Apps.
public GetAppListAsync ( ) : Task>
return Task>

SteamApps() public method

public SteamApps ( string steamWebApiKey ) : Steam.Models
steamWebApiKey string
return Steam.Models

UpToDateCheckAsync() public method

Checks if a specific version of a specific Steam App is up to date with the Steam servers.
public UpToDateCheckAsync ( int appId, int version ) : Task
appId int
version int
return Task