C# Class BF2Statistics.Web.ASP.GetLeaderBoard

/ASP/getleaderboard.aspx
Inheritance: ASPController
Show file Open project: BF2Statistics/ControlCenter

Public Methods

Method Description
GetLeaderBoard ( HttpClient Client ) : System

This request provides details of the leaderboard

HandleRequest ( ) : void

Private Methods

Method Description
DoKit ( ) : void
DoRisingStar ( ) : void
DoScore ( ) : void
DoVehicles ( ) : void
DoWeapons ( ) : void

Method Details

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

HandleRequest() public method

public HandleRequest ( ) : void
return void