[Modify] Replace it
This commit is contained in:
parent
467a79531c
commit
ecb1c3ad22
@ -223,8 +223,7 @@ namespace WebSocketSharp.Net
|
||||
/// </exception>
|
||||
public void CopyTo (string[] array, int offset)
|
||||
{
|
||||
if (_listener.IsDisposed)
|
||||
throw new ObjectDisposedException (_listener.GetType ().ToString ());
|
||||
_listener.CheckDisposed ();
|
||||
|
||||
_prefixes.CopyTo (array, offset);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user