[Modify] Replace it
This commit is contained in:
parent
0e550b860e
commit
31d1496ffc
@ -188,7 +188,9 @@ namespace WebSocketSharp.Net
|
||||
/// </exception>
|
||||
public Func<HttpListenerRequest, AuthenticationSchemes> AuthenticationSchemeSelector {
|
||||
get {
|
||||
CheckDisposed ();
|
||||
if (_disposed)
|
||||
throw new ObjectDisposedException (_objectName);
|
||||
|
||||
return _authSchemeSelector;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user