C# Class BF2Statistics.Web.ASP.GetUnlocksInfo

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

Méthodes publiques

Méthode Description
GetUnlocksInfo ( HttpClient Client ) : System

This request provides details of the players unlocked weapons

HandleRequest ( ) : void

Private Methods

Méthode Description
CheckUnlock ( int Want, int Need, bool>.Dictionary Unlocks ) : void

This method adds special forces unlocks to the output, only if the base class unlock is unlocked. We dont add the unlock if the base class unlock is NOT unlocked, because if we do, then the user will be able to choose the unlock, without earning the base unlock first

GetBonusUnlocks ( ) : int

Gets the total unlocks a player can have based off of rank, and awards

Method Details

GetUnlocksInfo() public méthode

This request provides details of the players unlocked weapons
public GetUnlocksInfo ( HttpClient Client ) : System
Client HttpClient The HttpClient who made the request
Résultat System

HandleRequest() public méthode

public HandleRequest ( ) : void
Résultat void