System.Web.Services.Discovery.DiscoveryReference: Method Members

The methods of System.Web.Services.Discovery.DiscoveryReference are listed below. For a list of all members, see the DiscoveryReference Members list.

See Also: Inherited members from System.Object

Public Methods

static
FilenameFromUrl(string) : string

Returns a file name based on the passed URL.

abstract
ReadDocument(System.IO.Stream) : object

Reads the passed System.IO.Stream and returns an instance of the class representing the type of referenced document.

Resolve()

Downloads the referenced document at DiscoveryReference.Url to resolve whether the referenced document is valid.

abstract
WriteDocument(object, System.IO.Stream)

When overridden in a derived class, writes the document to a System.IO.Stream.

Protected Methods

abstract
Resolve(string, System.IO.Stream)

Resolves whether the referenced document is valid.