| DiscoveryClientDocumentCollection | |
| System.Web.Services.Discovery (system.web.services.dll) | sealed class |
This class is a collection of DiscoveryDocument
instances. It can be used to represent the discovery documents that
are downloaded to a client during the discovery process.public sealed class DiscoveryClientDocumentCollection : DictionaryBase {
// Public Constructors
public DiscoveryClientDocumentCollection ( );
// Public Instance Properties
public ICollection Keys {get; } // implements System.Collections.IDictionary
public object this [string url ]{set; get; }
public ICollection Values {get; } // implements System.Collections.IDictionary
// Public Instance Methods
public void Add (string url , object value );
public bool Contains (string url );
public void Remove (string url );
}
Hierarchy
System.Object 
System.Collections.DictionaryBase(System.Collections.IDictionary,
System.Collections.ICollection,
System.Collections.IEnumerable)
DiscoveryClientDocumentCollectionReturned By
DiscoveryClientProtocol.Documents