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