[Modify] Remove it

master
sta 10 years ago
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…
Cancel
Save