Name

DiscoveryClientResult

Synopsis

This class represents some of the details in a discovery document reference. It’s used in conjunction with the DiscoveryClientProtocol.WriteAll() method, which writes the references from multiple discovery documents to disk in one batch operation, and summarizes the results with a collection of DiscoveryClientResult objects. You can use the Filename property to determine the file that the corresponding discovery reference is saved in.

Public NotInheritable Class DiscoveryClientResult
                  ' Public Constructors
   Public Sub New() 
   Public Sub New(ByVal referenceType As Type, 
        ByVal url As String, ByVal filename As String) 
' Public Instance Properties
   Public Property Filename As String  
   Public Property ReferenceTypeName As String  
   Public Property Url As String  
End Class

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.