[Modify] Replace it
This commit is contained in:
parent
d1912f4ae6
commit
af9f135637
@ -379,7 +379,9 @@ namespace WebSocketSharp.Net
|
||||
/// </exception>
|
||||
public string Realm {
|
||||
get {
|
||||
CheckDisposed ();
|
||||
if (_disposed)
|
||||
throw new ObjectDisposedException (_objectName);
|
||||
|
||||
return _realm;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user