2 references to dummyProtocolAndServer
System.Web (2)
Util\UrlPath.cs (2)
368
Uri fromUri = new Uri(
dummyProtocolAndServer
+ from);
369
Uri toUri = new Uri(
dummyProtocolAndServer
+ to);