C# Class BF2Statistics.Web.ASP.GetPlayerID

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

Public Methods

Method 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 method

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
return System

HandleRequest() public method

public HandleRequest ( ) : void
return void