BF2Statistics.Web.ASP.GetRankInfo.GetRankInfo C# (CSharp) Метод

GetRankInfo() публичный Метод

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
Результат System
        public GetRankInfo(HttpClient Client)
            : base(Client)
        {
        }