System.Web.Services.Discovery.DiscoveryDocumentReference Members

The members of System.Web.Services.Discovery.DiscoveryDocumentReference are listed below.

See Also: Inherited members from System.Web.Services.Discovery.DiscoveryReference

Public Constructors

Initializes a new instance of the System.Web.Services.Discovery.DiscoveryDocumentReference class.

Initializes a new instance of the System.Web.Services.Discovery.DiscoveryDocumentReference class, setting the DiscoveryDocumentReference.Ref property to the value of href.

Public Properties

[read-only]
override
DefaultFilenamestring.

Gets the name of the default file to use when saving the referenced discovery document.

[read-only]
DocumentDiscoveryDocument.

Gets the contents of the referenced discovery document as a System.Web.Services.Discovery.DiscoveryDocument object.

Refstring.

Gets or sets the reference to a discovery document.

override
Urlstring.

Gets or sets the URL of the referenced discovery document.

Public Methods

override
ReadDocument(System.IO.Stream) : object

Reads and returns the discovery document from the passed System.IO.Stream.

ResolveAll()

Verifies that all referenced documents within the discovery document are valid.

override
WriteDocument(object, System.IO.Stream)

Writes the passed System.Web.Services.Discovery.DiscoveryDocument into the passed System.IO.Stream.

Protected Methods

override
Resolve(string, System.IO.Stream)

Resolves whether the referenced document is valid.