[Modify] Add it

This commit is contained in:
sta 2016-05-24 14:47:45 +09:00
parent f90a347055
commit 562938e61b

View File

@ -195,6 +195,11 @@ namespace WebSocketSharp.Net
return true;
}
internal void Unregister ()
{
_listener.UnregisterContext (this);
}
#endregion
#region Public Methods