C# Class BF2Statistics.Web.ASP.GetRankInfo

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

Public Methods

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

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

HandleRequest() public method

public HandleRequest ( ) : void
return void