[Modify] Remove it

This commit is contained in:
sta 2021-05-15 22:39:09 +09:00
parent 7147b86cce
commit 7c86f7635a

View File

@ -632,13 +632,6 @@ namespace WebSocketSharp.Net
throw new ObjectDisposedException (_objectName);
}
internal string GetRealm ()
{
var realm = _realm;
return realm != null && realm.Length > 0 ? realm : _defaultRealm;
}
internal bool RegisterContext (HttpListenerContext context)
{
if (!_listening)