Represents the details of a discovery reference without the contents of the referenced document. This class cannot be inherited.
For a list of all members of this type, see DiscoveryClientResult Members.
System.Object
System.Web.Services.Discovery.DiscoveryClientResult
[Visual Basic]
NotInheritable Public Class DiscoveryClientResult
[C#]
public sealed class DiscoveryClientResult
[C++]
public __gc __sealed class DiscoveryClientResult
[JScript]
public class DiscoveryClientResult
Thread Safety
Any public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.
Remarks
Using the WriteAll method of 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 DiscoveryClientResult.
After the referenced documents and the map of the referenced documents have been written to disk using the WriteAll method, you can invoke the ReadAll method to read the discovery documents.
Requirements
Namespace: System.Web.Services.Discovery
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Web.Services (in System.Web.Services.dll)
See Also
DiscoveryClientResult Members | System.Web.Services.Discovery Namespace