Base:
property
Url
System.Web.Services.Discovery.DiscoveryReference.Url
2 writes to Url
System.Web.Services (2)
System\Web\Services\Discovery\DiscoveryDocumentReference.cs (2)
167Url = newUrl; 210Url = newUrl;
13 references to Url
System.Web.Services (13)
System\Web\Services\Discovery\DiscoveryDocumentReference.cs (13)
68string filename = FilenameFromUrl(Url); 82object document = ClientProtocol.Documents[Url]; 85document = ClientProtocol.Documents[Url]; 92Url)); 165string newUrl = UriToString(Url, newRef); 208string newUrl = UriToString(Url, href); 228throw new InvalidOperationException(Res.GetString(Res.WebMissingDocument, Url), exception); 231ClientProtocol.References[Url] = this; 232ClientProtocol.Documents[Url] = document; 238throw new InvalidOperationException(Res.GetString(Res.WebEmptyRef, r.GetType().FullName, Url)); 240r.Url = UriToString(Url, r.Url); 245cr.DocRef = UriToString(Url, cr.DocRef); 286if (ClientProtocol.Documents[r.Url] != null) {