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

GetPlayerID() public method

This request provides details on a particular players rank, and whether or not to show the user a promotion/demotion announcement
public GetPlayerID ( BF2Statistics.ASP.HttpClient Client ) : System
Client BF2Statistics.ASP.HttpClient The HttpClient who made the request
return System
        public GetPlayerID(HttpClient Client)
            : base(Client)
        {
        }