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

SnapshotPost() public method

This request takes snapshot data, and processes it into the stats database
public SnapshotPost ( BF2Statistics.ASP.HttpClient Client ) : System
Client BF2Statistics.ASP.HttpClient The HttpClient who made the request
return System
        public SnapshotPost(HttpClient Client)
            : base(Client)
        {
        }