C# Class BF2Statistics.Web.Bf2Stats.LeaderboardModel

Inheritance: BF2PageModel
Afficher le fichier Open project: BF2Statistics/ControlCenter Class Usage Examples

Méthodes publiques

Свойство Type Description
CookieValue string
Players List

Méthodes publiques

Méthode Description
LeaderboardModel ( HttpClient Client ) : System

Method Details

LeaderboardModel() public méthode

public LeaderboardModel ( HttpClient Client ) : System
Client HttpClient
Résultat System

Property Details

CookieValue public_oe property

The value of the cookie
public string CookieValue
Résultat string

Players public_oe property

List of leaderboard players
public List Players
Résultat List