DiscoveryClientProtocol.DiscoveryClientResultsFile | |
System.Web.Services.Discovery (system.web.services.dll) | sealed class |
This class provides the results of the
DiscoveryClientProtocol.WriteAll( ) method. The
Results property provides a collection of
DiscoveryClientResult objects with information
about all references that were written to disk.
public sealed class DiscoveryClientProtocol.DiscoveryClientResultsFile {
// Public Constructors
public DiscoveryClientProtocol.DiscoveryClientResultsFile( );
// Public Instance Properties
public DiscoveryClientResultCollection Results{get; }
}