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

GetRankInfo() public method

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