DiscoveryDocumentReference::ResolveAll Method ()
.NET Framework (current version)
Verifies that all referenced documents within the discovery document are valid.
Assembly: System.Web.Services (in System.Web.Services.dll)
| Exception | Condition |
|---|---|
| InvalidOperationException | The ClientProtocol property is null. -or- The discovery document could not be downloaded and verified successfully. |
Unless you specifically need to resolve the individual references of a DiscoveryDocumentReference object, you should invoke the ResolveAll or ResolveOneLevel methods of DiscoveryClientProtocol.
This method resolves all references to discovery documents, XSD schemas, and Service Descriptions in the References property of ClientProtocol and any references found in referring discovery documents.
.NET Framework
Available since 1.1
Available since 1.1
Show: