[Modify] Remove it
This commit is contained in:
parent
7147b86cce
commit
7c86f7635a
@ -632,13 +632,6 @@ namespace WebSocketSharp.Net
|
|||||||
throw new ObjectDisposedException (_objectName);
|
throw new ObjectDisposedException (_objectName);
|
||||||
}
|
}
|
||||||
|
|
||||||
internal string GetRealm ()
|
|
||||||
{
|
|
||||||
var realm = _realm;
|
|
||||||
|
|
||||||
return realm != null && realm.Length > 0 ? realm : _defaultRealm;
|
|
||||||
}
|
|
||||||
|
|
||||||
internal bool RegisterContext (HttpListenerContext context)
|
internal bool RegisterContext (HttpListenerContext context)
|
||||||
{
|
{
|
||||||
if (!_listening)
|
if (!_listening)
|
||||||
|
Loading…
Reference in New Issue
Block a user