[Modify] Polish it
This commit is contained in:
parent
d8e58aae80
commit
0398153b54
@ -604,9 +604,12 @@ namespace WebSocketSharp.Net
|
|||||||
_connections.Remove (connection);
|
_connections.Remove (connection);
|
||||||
}
|
}
|
||||||
|
|
||||||
internal AuthenticationSchemes SelectAuthenticationScheme (HttpListenerRequest request)
|
internal AuthenticationSchemes SelectAuthenticationScheme (
|
||||||
|
HttpListenerRequest request
|
||||||
|
)
|
||||||
{
|
{
|
||||||
var selector = _authSchemeSelector;
|
var selector = _authSchemeSelector;
|
||||||
|
|
||||||
if (selector == null)
|
if (selector == null)
|
||||||
return _authSchemes;
|
return _authSchemes;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user