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