Name

DiscoveryClientResultCollection

Synopsis

This class contains a collection of DiscoveryClientResult objects. It’s used by the the System.Web.Services.Discovery.DiscoveryClientProtocol.DiscoveryClientResultsFile.Results property in conjunction with the DiscoveryClientProtocol.WriteAll() method, and can contain information about the references from multiple discovery documents.

Public NotInheritable Class DiscoveryClientResultCollection : Inherits CollectionBase
' Public Constructors
   Public Sub New() 
' Public Instance Properties
   Public Default Property Item(
        ByVal i As Integer) As DiscoveryClientResult  
' Public Instance Methods
   Public Function Add(
        ByVal value As DiscoveryClientResult) As Integer  
   Public Function Contains(
        ByVal value As DiscoveryClientResult) As Boolean  
   Public Sub Remove(ByVal value As DiscoveryClientResult) 
End Class

Hierarchy

System.Object System.Collections.CollectionBase(System.Collections.IList, System.Collections.ICollection, System.Collections.IEnumerable) DiscoveryClientResultCollection

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.