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