C# Class BF2Statistics.Web.ASP.GetBackendInfo

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

Public Methods

Method Description
GetBackendInfo ( HttpClient Client ) : System

This request provides details of the backend version, and lists the unlocks

HandleRequest ( ) : void

Method Details

GetBackendInfo() public method

This request provides details of the backend version, and lists the unlocks
public GetBackendInfo ( HttpClient Client ) : System
Client HttpClient The HttpClient who made the request
return System

HandleRequest() public method

public HandleRequest ( ) : void
return void