Base:
property
Url
System.Web.Services.Discovery.DiscoveryReference.Url
1 write to Url
System.Web.Services (1)
System\Web\Services\Discovery\ContractReference.cs (1)
255schemaReference.Url = oldUrl;
16 references to Url
System.Web.Services (16)
System\Web\Services\Discovery\SchemaReference.cs (16)
97ClientProtocol.Errors[Url] = e; 104LoadExternals(GetSchema(), Url, ClientProtocol, loadedExternals); 139XmlTextReader reader = new XmlTextReader(this.Url, stream); 154fileName = FilenameFromUrl(Url); 170object document = ClientProtocol.InlinedSchemas[Url]; 172document = ClientProtocol.Documents[Url]; 176document = ClientProtocol.Documents[Url]; 183Url)); 195ClientProtocol.Errors[Url] = new InvalidContentTypeException(Res.GetString(Res.WebInvalidContentType, contentType), contentType); 196XmlSchema schema = ClientProtocol.Documents[Url] as XmlSchema; 198if (ClientProtocol.Errors[Url] != null) 199throw (Exception)ClientProtocol.Errors[Url]; 201ClientProtocol.Documents[Url] = schema; 203if (ClientProtocol.References[Url] != this) 204ClientProtocol.References[Url] = this; 210location = UriToString(Url, external.SchemaLocation);