1 override of IsLocal
System.Web (1)
Abstractions\HttpRequestWrapper.cs (1)
183
public override bool
IsLocal
{
1 reference to IsLocal
System.Web (1)
WebSockets\AspNetWebSocketContextImpl.cs (1)
131
return _httpContext.Request.
IsLocal
;