3 overrides of IsAuthenticated
System (1)
net\System\Net\WebSockets\HttpListenerWebSocketContext.cs (1)
109public override bool IsAuthenticated
System.ServiceModel (1)
System\ServiceModel\Channels\ServiceWebSocketContext.cs (1)
39public override bool IsAuthenticated
System.Web (1)
WebSockets\AspNetWebSocketContext.cs (1)
73public override bool IsAuthenticated {
1 reference to IsAuthenticated
System.ServiceModel (1)
System\ServiceModel\Channels\ServiceWebSocketContext.cs (1)
41get { return this.user != null ? this.user.Identity != null && this.user.Identity.IsAuthenticated : this.context.IsAuthenticated; }