mirror of
https://github.com/mm201/GamestatsBase.git
synced 2026-09-07 10:06:08 -05:00
Pass session to the main method.
This commit is contained in:
@@ -177,7 +177,7 @@ namespace GamestatsBase
|
||||
MemoryStream response = new MemoryStream();
|
||||
try
|
||||
{
|
||||
ProcessGamestatsRequest(dataTrim, response, rawPath, pid, context);
|
||||
ProcessGamestatsRequest(dataTrim, response, rawPath, pid, context, session);
|
||||
}
|
||||
catch (GamestatsException ex)
|
||||
{
|
||||
@@ -229,7 +229,7 @@ namespace GamestatsBase
|
||||
}
|
||||
}
|
||||
|
||||
public virtual void ProcessGamestatsRequest(byte[] request, MemoryStream response, String url, int pid, HttpContext context)
|
||||
public virtual void ProcessGamestatsRequest(byte[] request, MemoryStream response, String url, int pid, HttpContext context, GamestatsSession session)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user