C# Class SteamWebAPI.SteamNews

Inheritance: SteamWebRequest
Afficher le fichier Open project: babelshift/SteamWebAPI Class Usage Examples

Méthodes publiques

Méthode Description
GetNewsForAppAsync ( int appId ) : Task
GetNewsForAppAsync ( int appId, int maxContentLength, System.DateTime endDate, int postCountToReturn ) : Task
SteamNews ( WebRequestParameter developerKey ) : System

Method Details

GetNewsForAppAsync() public méthode

public GetNewsForAppAsync ( int appId ) : Task
appId int
Résultat Task

GetNewsForAppAsync() public méthode

public GetNewsForAppAsync ( int appId, int maxContentLength, System.DateTime endDate, int postCountToReturn ) : Task
appId int
maxContentLength int
endDate System.DateTime
postCountToReturn int
Résultat Task

SteamNews() public méthode

public SteamNews ( WebRequestParameter developerKey ) : System
developerKey SteamWebModel.WebRequestParameter
Résultat System