[Modify] Replace it

This commit is contained in:
sta 2021-05-25 15:57:26 +09:00
parent 80f99bd5c3
commit 5f7986a0a1

View File

@ -897,7 +897,7 @@ namespace WebSocketSharp.Net
throw new InvalidOperationException (msg);
}
var ares = BeginGetContext (new HttpListenerAsyncResult (null, null));
var ares = beginGetContext (null, null);
ares.InGet = true;
return EndGetContext (ares);