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

GetBackendInfo() public method

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