C# Class BF2Statistics.Web.Bf2Stats.LeaderboardModel

Inheritance: BF2PageModel
Mostrar archivo Open project: BF2Statistics/ControlCenter Class Usage Examples

Public Properties

Property Type Description
CookieValue string
Players List

Public Methods

Method Description
LeaderboardModel ( HttpClient Client ) : System

Method Details

LeaderboardModel() public method

public LeaderboardModel ( HttpClient Client ) : System
Client HttpClient
return System

Property Details

CookieValue public_oe property

The value of the cookie
public string CookieValue
return string

Players public_oe property

List of leaderboard players
public List Players
return List