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