7 references to PhysicalPath
System.Runtime.Remoting (4)
channels\http\httpremotinghandler.cs (4)
255if (File.Exists(context.Request.PhysicalPath)) 343InternalRemotingServices.DebugOutChnl("PhysicalPath = " + request.PhysicalPath); 400bool bFileExists = File.Exists(httpRequest.PhysicalPath); 419String[] urlComponents = httpRequest.PhysicalPath.Split(new char[]{'\\'});
System.Web (3)
Abstractions\HttpRequestWrapper.cs (1)
215return _httpRequest.PhysicalPath;
HttpServerVarsCollection.cs (1)
132return _request.PhysicalPath;
StaticFileHandler.cs (1)
498physicalPath = request.PhysicalPath;