[Modify] Polish it

This commit is contained in:
sta 2018-03-21 17:56:32 +09:00
parent 1b0c9c58f3
commit 52d07060e5

View File

@ -124,7 +124,7 @@ namespace WebSocketSharp.Net.WebSockets
/// </value>
public override bool IsAuthenticated {
get {
return _context.User != null;
return _context.Request.IsAuthenticated;
}
}