C# Class BF2Statistics.Web.ASP.GetRankInfo

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

Méthodes publiques

Méthode Description
GetRankInfo ( HttpClient Client ) : System

This request provides details on a particular players rank, and whether or not to show the user a promotion/demotion announcement

HandleRequest ( ) : void

Method Details

GetRankInfo() public méthode

This request provides details on a particular players rank, and whether or not to show the user a promotion/demotion announcement
public GetRankInfo ( HttpClient Client ) : System
Client HttpClient The HttpClient who made the request
Résultat System

HandleRequest() public méthode

public HandleRequest ( ) : void
Résultat void