4 overrides of GetUriPath
System.Web (4)
Hosting\IIS7WorkerRequest.cs (1)
316
public override string
GetUriPath
() {
Hosting\ISAPIWorkerRequest.cs (1)
1084
public override String
GetUriPath
() {
Hosting\SimpleWorkerRequest.cs (1)
67
public override String
GetUriPath
() {
State\StateWorkerRequest.cs (1)
137
public override string
GetUriPath
() {
2 references to GetUriPath
System.Web (2)
HttpRequest.cs (1)
1418
_path = VirtualPath.Create(_wr.
GetUriPath
(),
WorkerRequest.cs (1)
643
return
GetUriPath
();