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

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

This request provides details of the backend version, and lists the unlocks
public GetBackendInfo ( HttpClient Client ) : System
Client HttpClient The HttpClient who made the request
Результат System
        public GetBackendInfo(HttpClient Client)
            : base(Client)
        {
        }