[Modify] Replace it

This commit is contained in:
sta 2021-05-25 15:55:27 +09:00
parent bcd67362ed
commit 80f99bd5c3

View File

@ -780,7 +780,7 @@ namespace WebSocketSharp.Net
throw new InvalidOperationException (msg); throw new InvalidOperationException (msg);
} }
return BeginGetContext (new HttpListenerAsyncResult (callback, state)); return beginGetContext (callback, state);
} }
/// <summary> /// <summary>