2 references to IsAuthenticated
System (1)
net\System\Net\WebSockets\WebSocketHelpers.cs (1)
162request.IsAuthenticated,
System.ServiceModel (1)
System\ServiceModel\Channels\HttpChannelListener.cs (1)
501return this.IsAuthenticationRequired || (this.IsAuthenticationSupported && listenerContext.Request.IsAuthenticated);