C# Class BF2Statistics.Web.ASP.SnapshotPost

/ASP/bf2statistics.php
Inheritance: ASPController
Show file Open project: BF2Statistics/ControlCenter

Public Methods

Method Description
HandleRequest ( ) : void
SnapshotPost ( BF2Statistics.ASP.HttpClient Client ) : System

This request takes snapshot data, and processes it into the stats database

Method Details

HandleRequest() public method

public HandleRequest ( ) : void
return void

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