[Modify] Replace it

This commit is contained in:
sta 2016-04-28 16:08:26 +09:00
parent dffa4e8006
commit 7e70add981

View File

@ -665,7 +665,7 @@ namespace WebSocketSharp.Server
state => {
try {
var ctx = cl.GetWebSocketContext (null, _secure, _sslConfig, _logger);
if (!authenticate (ctx))
if (!ctx.Authenticate (_authSchemes, getRealm (), UserCredentialsFinder))
return;
processRequest (ctx);