[Modify] Replace it
This commit is contained in:
parent
26f3a5682f
commit
196d5d7899
@ -776,7 +776,8 @@ namespace WebSocketSharp.Net
|
||||
/// </exception>
|
||||
public HttpListenerContext EndGetContext (IAsyncResult asyncResult)
|
||||
{
|
||||
CheckDisposed ();
|
||||
if (_disposed)
|
||||
throw new ObjectDisposedException (_objectName);
|
||||
|
||||
if (asyncResult == null)
|
||||
throw new ArgumentNullException ("asyncResult");
|
||||
|
Loading…
Reference in New Issue
Block a user