[Modify] Add it
This commit is contained in:
parent
37f150f9be
commit
f638659bc7
@ -558,6 +558,13 @@ namespace WebSocketSharp.Net
|
|||||||
_disposed = true;
|
_disposed = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private string getRealm ()
|
||||||
|
{
|
||||||
|
var realm = _realm;
|
||||||
|
|
||||||
|
return realm != null && realm.Length > 0 ? realm : _defaultRealm;
|
||||||
|
}
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
#region Internal Methods
|
#region Internal Methods
|
||||||
|
Loading…
Reference in New Issue
Block a user