C# Class BF2Statistics.Web.ASP.GetPlayerID

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

Méthodes publiques

Méthode Description
GetPlayerID ( BF2Statistics.ASP.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

GetPlayerID() 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 GetPlayerID ( BF2Statistics.ASP.HttpClient Client ) : System
Client BF2Statistics.ASP.HttpClient The HttpClient who made the request
Résultat System

HandleRequest() public méthode

public HandleRequest ( ) : void
Résultat void