7 references to UriToString
System.Web.Services (7)
System\Web\Services\Discovery\ContractReference.cs (1)
211
string importUrl =
UriToString
(Url, urlFromImport);
System\Web\Services\Discovery\DiscoveryDocumentReference.cs (4)
165
string newUrl =
UriToString
(Url, newRef);
208
string newUrl =
UriToString
(Url, href);
240
r.Url =
UriToString
(Url, r.Url);
245
cr.DocRef =
UriToString
(Url, cr.DocRef);
System\Web\Services\Discovery\SchemaReference.cs (2)
114
string location =
UriToString
(url, external.SchemaLocation);
210
location =
UriToString
(Url, external.SchemaLocation);