C# Class SteamWebAPI2.Interfaces.GCVersion

Inheritance: SteamWebInterface, IGCVersion
Mostrar archivo Open project: babelshift/SteamWebAPI2

Public Methods

Method Description
GCVersion ( string steamWebApiKey, GCVersionAppId appId ) : Steam.Models
GetClientVersionAsync ( ) : Task

Returns the most recent client version number based on a specific App ID.

GetServerVersionAsync ( ) : Task

Returns the most recent server version number based on a specific App ID.

Method Details

GCVersion() public method

public GCVersion ( string steamWebApiKey, GCVersionAppId appId ) : Steam.Models
steamWebApiKey string
appId GCVersionAppId
return Steam.Models

GetClientVersionAsync() public method

Returns the most recent client version number based on a specific App ID.
public GetClientVersionAsync ( ) : Task
return Task

GetServerVersionAsync() public method

Returns the most recent server version number based on a specific App ID.
public GetServerVersionAsync ( ) : Task
return Task