Name

DiscoveryDocumentReference

Synopsis

This class represents a discovery document reference to another discovery document. The Ref property provides a string with the discovery document’s URL. The System.Web.Services.DiscoveryDocumentReference.Documents property returns another DiscoveryDocument object that represents the discovery document and its references.

Public NotInheritable Class DiscoveryDocumentReference : Inherits DiscoveryReference
' Public Constructors
   Public Sub New() 
   Public Sub New(ByVal href As String) 
' Public Instance Properties
   Overrides Public ReadOnly Property DefaultFilename As String  
   Public ReadOnly Property Document As DiscoveryDocument  
   Public Property Ref As String  
   Overrides Public Property Url As String  
' Public Instance Methods
   Overrides Public Function ReadDocument(
        ByVal stream As System.IO.Stream) As Object  
   Public Sub ResolveAll() 
   Overrides Public Sub WriteDocument(
        ByVal document As Object, 
        ByVal stream As System.IO.Stream) 
' Protected Instance Methods
   Overrides Protected Friend Sub Resolve(
        ByVal contentType As String, 
        ByVal stream As System.IO.Stream) 
End Class

Hierarchy

System.ObjectDiscoveryReference DiscoveryDocumentReference

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.