C# Class BF2Statistics.Web.ASP.CreatePlayer

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

Public Methods

Method Description
CreatePlayer ( HttpClient Client ) : System

This request creates a player with the specified Pid when called

HandleRequest ( ) : void

Method Details

CreatePlayer() public method

This request creates a player with the specified Pid when called
public CreatePlayer ( HttpClient Client ) : System
Client HttpClient The HttpClient who made the request
return System

HandleRequest() public method

public HandleRequest ( ) : void
return void