C# Класс JustWatchApi.Models.GetSeasonRequest

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

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

Метод Описание
GetSeasonRequest ( Country country, int id ) : System.Net.Http

Initializes a new instance of the GetSeasonRequest class. GetSeasonRequest constructor.

Описание методов

GetSeasonRequest() публичный Метод

Initializes a new instance of the GetSeasonRequest class. GetSeasonRequest constructor.
public GetSeasonRequest ( Country country, int id ) : System.Net.Http
country Country Required country to return results from.
id int Required season ID.
Результат System.Net.Http