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

GetUnlocksInfo() public method

This request provides details of the players unlocked weapons
public GetUnlocksInfo ( HttpClient Client ) : System
Client HttpClient The HttpClient who made the request
return System
        public GetUnlocksInfo(HttpClient Client)
            : base(Client)
        {
        }