C# Class BF2Statistics.Web.ASP.CreatePlayer

/ASP/createplayer.aspx
Inheritance: ASPController
Afficher le fichier Open project: BF2Statistics/ControlCenter

Méthodes publiques

Méthode Description
CreatePlayer ( HttpClient Client ) : System

This request creates a player with the specified Pid when called

HandleRequest ( ) : void

Method Details

CreatePlayer() public méthode

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

HandleRequest() public méthode

public HandleRequest ( ) : void
Résultat void