DiscoveryDocumentReference::ResolveAll Method ()

 

Verifies that all referenced documents within the discovery document are valid.

Namespace:   System.Web.Services.Discovery
Assembly:  System.Web.Services (in System.Web.Services.dll)

public:
void ResolveAll()

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.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: