[Modify] Remove it
This commit is contained in:
parent
e67bea14a0
commit
d021f1e20a
@ -674,23 +674,6 @@ namespace WebSocketSharp.Net
|
||||
}
|
||||
}
|
||||
|
||||
internal AuthenticationSchemes SelectAuthenticationScheme (
|
||||
HttpListenerRequest request
|
||||
)
|
||||
{
|
||||
var selector = _authSchemeSelector;
|
||||
|
||||
if (selector == null)
|
||||
return _authSchemes;
|
||||
|
||||
try {
|
||||
return selector (request);
|
||||
}
|
||||
catch {
|
||||
return AuthenticationSchemes.None;
|
||||
}
|
||||
}
|
||||
|
||||
internal void UnregisterContext (HttpListenerContext context)
|
||||
{
|
||||
lock (_contextRegistrySync)
|
||||
|
Loading…
Reference in New Issue
Block a user