C# Класс SteamWebAPI2.Interfaces.SteamNews

Наследование: SteamWebInterface
Показать файл Открыть проект

Открытые методы

Метод Описание
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