[Modify] Remove it
This commit is contained in:
parent
189fe2615b
commit
f90a347055
@ -516,14 +516,6 @@ namespace WebSocketSharp.Net
|
||||
checkIfRemove ();
|
||||
}
|
||||
|
||||
public void UnbindContext (HttpListenerContext context)
|
||||
{
|
||||
if (context == null || context.Listener == null)
|
||||
return;
|
||||
|
||||
context.Listener.UnregisterContext (context);
|
||||
}
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user