BF2Statistics.Web.ASP.CreatePlayer.CreatePlayer C# (CSharp) Method

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
        public CreatePlayer(HttpClient Client)
            : base(Client)
        {
        }