1 override of IsDebuggingEnabled
System.Web (1)
Abstractions\HttpContextWrapper.cs (1)
120
public override bool
IsDebuggingEnabled
{
1 reference to IsDebuggingEnabled
System.Web (1)
WebSockets\AspNetWebSocketContextImpl.cs (1)
125
return _httpContext.
IsDebuggingEnabled
;