Represents the details of a discovery reference without the contents of the referenced document. This class cannot be inherited.
See Also: DiscoveryClientResult Members
Using the DiscoveryClientProtocol.WriteAll(string, string) method of System.Web.Services.Discovery.DiscoveryClientProtocol, all valid referenced documents and a file containing a map of all save documents can be written to disk. The file containing a map of all saved documents contains the details of each document as summarized by the properties of System.Web.Services.Discovery.DiscoveryClientResult.
After the referenced documents and the map of the referenced documents have been written to disk using the DiscoveryClientProtocol.WriteAll(string, string) method, you can invoke the DiscoveryClientProtocol.ReadAll(string) method to read the discovery documents.