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