BF2Statistics.Web.ASP.GetLeaderBoard.GetLeaderBoard C# (CSharp) Method

GetLeaderBoard() public method

This request provides details of the leaderboard
public GetLeaderBoard ( HttpClient Client ) : System
Client HttpClient The HttpClient who made the request
return System
        public GetLeaderBoard(HttpClient Client)
            : base(Client)
        {
        }