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