[Modify] Replace it
This commit is contained in:
parent
d9e436488c
commit
26f3a5682f
@ -713,7 +713,8 @@ namespace WebSocketSharp.Net
|
||||
/// </exception>
|
||||
public IAsyncResult BeginGetContext (AsyncCallback callback, Object state)
|
||||
{
|
||||
CheckDisposed ();
|
||||
if (_disposed)
|
||||
throw new ObjectDisposedException (_objectName);
|
||||
|
||||
if (_prefixes.Count == 0) {
|
||||
var msg = "The listener has no URI prefix on which listens.";
|
||||
|
Loading…
Reference in New Issue
Block a user