C# Class BF2Statistics.Web.ASP.GetLeaderBoard

/ASP/getleaderboard.aspx
Inheritance: ASPController
Afficher le fichier Open project: BF2Statistics/ControlCenter

Méthodes publiques

Méthode Description
GetLeaderBoard ( HttpClient Client ) : System

This request provides details of the leaderboard

HandleRequest ( ) : void

Private Methods

Méthode Description
DoKit ( ) : void
DoRisingStar ( ) : void
DoScore ( ) : void
DoVehicles ( ) : void
DoWeapons ( ) : void

Method Details

GetLeaderBoard() public méthode

This request provides details of the leaderboard
public GetLeaderBoard ( HttpClient Client ) : System
Client HttpClient The HttpClient who made the request
Résultat System

HandleRequest() public méthode

public HandleRequest ( ) : void
Résultat void