C# Class JustWatchApi.Models.GetSeasonRequest

Inheritance: JustWatchApi.Models.ApiRequest
Afficher le fichier Open project: JDBarndt/JustWatch-API

Méthodes publiques

Méthode Description
GetSeasonRequest ( Country country, int id ) : System.Net.Http

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

Method Details

GetSeasonRequest() public méthode

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.
Résultat System.Net.Http