3 overrides of IsLocal
System (1)
net\System\Net\WebSockets\HttpListenerWebSocketContext.cs (1)
114
public override bool
IsLocal
System.ServiceModel (1)
System\ServiceModel\Channels\ServiceWebSocketContext.cs (1)
44
public override bool
IsLocal
System.Web (1)
WebSockets\AspNetWebSocketContext.cs (1)
88
public override bool
IsLocal
{
1 reference to IsLocal
System.ServiceModel (1)
System\ServiceModel\Channels\ServiceWebSocketContext.cs (1)
46
get { return this.context.
IsLocal
; }