| DiscoveryClientResultCollection | |
| System.Web.Services.Discovery (system.web.services.dll) | sealed class |
This class contains a collection of
DiscoveryClientResult objects.
It''s used by the the Results
property in conjunction with the
DiscoveryClientProtocol.WriteAll( ) method, and
can contain information about the references from multiple discovery
documents.public sealed class DiscoveryClientResultCollection : CollectionBase {
// Public Constructors
public DiscoveryClientResultCollection ( );
// Public Instance Properties
public DiscoveryClientResult this [int i ]{set; get; }
// Public Instance Methods
public int Add (DiscoveryClientResult value );
public bool Contains (DiscoveryClientResult value );
public void Remove (DiscoveryClientResult value );
}
Hierarchy
System.Object 
System.Collections.CollectionBase(System.Collections.IList,
System.Collections.ICollection,
System.Collections.IEnumerable)

DiscoveryClientResultCollectionReturned By
DiscoveryClientProtocol.{ReadAll( ),
WriteAll( )},
DiscoveryClientResultsFile.Results