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