Commit 0555aafb authored by KevinRMCD's avatar KevinRMCD Committed by GitHub

Update SessionEventArgs.cs

parent 3b788ff6
...@@ -467,7 +467,7 @@ namespace Titanium.Web.Proxy.EventArguments ...@@ -467,7 +467,7 @@ namespace Titanium.Web.Proxy.EventArguments
/// <returns></returns> /// <returns></returns>
public async Task GenericResponse(string html, HttpStatusCode status) public async Task GenericResponse(string html, HttpStatusCode status)
{ {
     await GenericResponse(html, null, status);      await GenericResponse(html, null, status);
} }
/// <summary> /// <summary>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment