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

SelectUnlock() public method

This request sets the unlock details for a player, when he picks an unlock
public SelectUnlock ( HttpClient Client ) : System
Client HttpClient The HttpClient who made the request
return System
        public SelectUnlock(HttpClient Client)
            : base(Client)
        {
        }