C# Class BF2Statistics.Web.ASP.SelectUnlock

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

Public Methods

Method Description
HandleRequest ( ) : void
SelectUnlock ( HttpClient Client ) : System

This request sets the unlock details for a player, when he picks an unlock

Method Details

HandleRequest() public method

public HandleRequest ( ) : void
return void

SelectUnlock() public method

This request sets the unlock details for a player, when he picks an unlock
public SelectUnlock ( HttpClient Client ) : System
Client HttpClient The HttpClient who made the request
return System