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