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