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