C# Class SteamWebAPI.SteamNews

Inheritance: SteamWebRequest
ファイルを表示 Open project: babelshift/SteamWebAPI Class Usage Examples

Public Methods

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

Method Details

GetNewsForAppAsync() public method

public GetNewsForAppAsync ( int appId ) : Task
appId int
return Task

GetNewsForAppAsync() public method

public GetNewsForAppAsync ( int appId, int maxContentLength, System.DateTime endDate, int postCountToReturn ) : Task
appId int
maxContentLength int
endDate System.DateTime
postCountToReturn int
return Task

SteamNews() public method

public SteamNews ( WebRequestParameter developerKey ) : System
developerKey SteamWebModel.WebRequestParameter
return System