[Modify] Add it

This commit is contained in:
sta 2021-05-15 22:37:01 +09:00
parent 37f150f9be
commit f638659bc7

View File

@ -558,6 +558,13 @@ namespace WebSocketSharp.Net
_disposed = true;
}
private string getRealm ()
{
var realm = _realm;
return realm != null && realm.Length > 0 ? realm : _defaultRealm;
}
#endregion
#region Internal Methods