1 write to context
System.ServiceModel (1)
System\ServiceModel\Channels\ServiceWebSocketContext.cs (1)
25
this.
context
= context;
11 references to context
System.ServiceModel (11)
System\ServiceModel\Channels\ServiceWebSocketContext.cs (11)
31
get { return this.
context
.CookieCollection; }
36
get { return this.
context
.Headers; }
41
get { return this.user != null ? this.user.Identity != null && this.user.Identity.IsAuthenticated : this.
context
.IsAuthenticated; }
46
get { return this.
context
.IsLocal; }
51
get { return this.
context
.IsSecureConnection; }
56
get { return this.
context
.RequestUri; }
61
get { return this.
context
.SecWebSocketKey; }
66
get { return this.
context
.Origin; }
71
get { return this.
context
.SecWebSocketProtocols; }
76
get { return this.
context
.SecWebSocketVersion; }
81
get { return this.user != null ? this.user : this.
context
.User; }