4 references to PhysicalApplicationPath
System.Runtime.Remoting (1)
channels\http\httpremotinghandler.cs (1)
105
String filename = String.Concat(httpRequest.
PhysicalApplicationPath
,
System.ServiceModel.Activation (1)
System\ServiceModel\Activation\ServiceHttpModule.cs (1)
101
application.Request.RawUrl.ToString(), application.Request.
PhysicalApplicationPath
);
System.Web (2)
Abstractions\HttpRequestWrapper.cs (1)
209
return _httpRequest.
PhysicalApplicationPath
;
Handlers\TraceHandler.cs (1)
242
physicalPath = SR.GetString(SR.Trace_Physical_Directory) + _request.
PhysicalApplicationPath
;