1 override of IsAuthenticated
System.Web (1)
Abstractions\HttpRequestWrapper.cs (1)
177
public override bool
IsAuthenticated
{
1 reference to IsAuthenticated
System.Web (1)
WebSockets\AspNetWebSocketContextImpl.cs (1)
113
return _httpContext.Request.
IsAuthenticated
;