3 overrides of GetAppPathTranslated
System.Web (3)
Hosting\IIS7WorkerRequest.cs (1)
421
public override string
GetAppPathTranslated
() {
Hosting\ISAPIWorkerRequest.cs (1)
1182
public override String
GetAppPathTranslated
() {
Hosting\SimpleWorkerRequest.cs (1)
187
public override String
GetAppPathTranslated
() {
2 references to GetAppPathTranslated
System.Web (2)
HttpRequest.cs (2)
565
AddServerVariableToCollection("APPL_PHYSICAL_PATH", _wr.
GetAppPathTranslated
());
1724
return _wr.
GetAppPathTranslated
();