C# 클래스 SteamWebAPI2.Interfaces.SteamNews

상속: SteamWebInterface
파일 보기 프로젝트 열기: babelshift/SteamWebAPI2

공개 메소드들

메소드 설명
GetNewsForAppAsync ( int appId, int maxLength = null, System.DateTime endDate = null, int count = null ) : Task

Returns the news related to a specific app. This is similar to subscribing to various Valve RSS feeds.

SteamNews ( string steamWebApiKey ) : Steam.Models

메소드 상세

GetNewsForAppAsync() 공개 메소드

Returns the news related to a specific app. This is similar to subscribing to various Valve RSS feeds.
public GetNewsForAppAsync ( int appId, int maxLength = null, System.DateTime endDate = null, int count = null ) : Task
appId int
maxLength int
endDate System.DateTime
count int
리턴 Task

SteamNews() 공개 메소드

public SteamNews ( string steamWebApiKey ) : Steam.Models
steamWebApiKey string
리턴 Steam.Models