8 references to IsOnUNCShareInternal
System.Web (8)
Cache\OutputCache.cs (1)
250bool isImpersonating = ((context != null && context.IsClientImpersonationConfigured) || HttpRuntime.IsOnUNCShareInternal);
HttpContext.cs (2)
2025if (HttpRuntime.IsOnUNCShareInternal && HostingEnvironment.ApplicationIdentityToken != IntPtr.Zero) { 2163if (!HttpRuntime.IsOnUNCShareInternal) {
HttpResponse.cs (1)
2838_context.IsClientImpersonationConfigured || HttpRuntime.IsOnUNCShareInternal, supportsLongTransmitFile);
HttpRuntime.cs (1)
3055return IsOnUNCShareInternal;
Security\FileAuthorizationModule.cs (1)
125if (HttpRuntime.IsOnUNCShareInternal)
State\sqlstateclientmanager.cs (2)
319else if (HttpRuntime.IsOnUNCShareInternal) { 326Debug.Trace("SessionStatePooling", "LOGON_USER = '" + logon + "'; identity = '" + _rqContext.User.Identity.Name + "'; IsUNC = " + HttpRuntime.IsOnUNCShareInternal);