[Modify] Polish it

This commit is contained in:
sta 2021-02-15 21:49:38 +09:00
parent dd3147ae2d
commit 95c13ace79

View File

@ -190,6 +190,7 @@ namespace WebSocketSharp.Net
throw new ArgumentNullException ("asyncResult");
var ares = asyncResult as HttpStreamAsyncResult;
if (ares == null)
throw new ArgumentException ("A wrong IAsyncResult.", "asyncResult");