Name

DiscoveryClientReferenceCollection

Synopsis

This class represents a collection of discovery document references (links to WSDL service descriptions, XSD files, or other discovery documents), much like the DiscoveryClientResultCollection class. However, the DiscoveryClientResultCollection class provides the discovery references from a single discovery document, while DiscoveryClientReferenceCollection is usually used to provide the aggregated references from multiple documents. The DiscoveryClientReferenceCollection class is used by the DiscoveryClientProtocol.References property.

Public NotInheritable Class DiscoveryClientReferenceCollection : Inherits DictionaryBase
' Public Constructors
   Public Sub New() 
' Public Instance Properties
   Public Default Property Item(
        ByVal url As String) As DiscoveryReference  
   Public ReadOnly Property Keys As ICollection Implements IDictionary.Keys 
   Public ReadOnly Property Values As ICollection Implements IDictionary.Values 
' Public Instance Methods
   Public Sub Add(ByVal value As DiscoveryReference) 
   Public Sub Add(ByVal url As String, 
        ByVal value As DiscoveryReference) 
   Public Function Contains(ByVal url As String) As Boolean  
   Public Sub Remove(ByVal url As String) 
End Class

Hierarchy

System.Object System.Collections.DictionaryBase(System.Collections.IDictionary, System.Collections.ICollection, System.Collections.IEnumerable) DiscoveryClientReferenceCollection

Get ASP.NET in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.