6 references to User
System (2)
net\System\Net\HttpListenerRequest.cs (1)
456IPrincipal user = HttpListenerContext.User;
net\System\Net\WebSockets\WebSocketHelpers.cs (1)
161context.User,
System.ServiceModel (4)
System\ServiceModel\Channels\HttpChannelListener.cs (4)
320IPrincipal principal = listenerContext.User; 557Fx.Assert(listenerContext.User != null, "HttpListener delivered authenticated request without an IPrincipal."); 558wid = listenerContext.User.Identity as WindowsIdentity; 563identity = listenerContext.User.Identity as HttpListenerBasicIdentity;