[Modify] Replace it
This commit is contained in:
parent
80f99bd5c3
commit
5f7986a0a1
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user