1 write to user
System.ServiceModel (1)
System\ServiceModel\Channels\ServiceWebSocketContext.cs (1)
26this.user = user;
5 references to user
System.ServiceModel (5)
System\ServiceModel\Channels\ServiceWebSocketContext.cs (5)
41get { return this.user != null ? this.user.Identity != null && this.user.Identity.IsAuthenticated : this.context.IsAuthenticated; } 81get { return this.user != null ? this.user : this.context.User; }