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

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

See Also: Inherited members from System.Web.Services.Protocols.HttpWebClientProtocol

Public Methods

Discover(string) : DiscoveryDocument

Discovers the supplied URL to determine if it is a discovery document.

DiscoverAny(string) : DiscoveryDocument

Discovers the supplied URL to determine if it is a discovery document, service description or an XML Schema Definition (XSD) schema.

Download(ref string) : System.IO.Stream
Documentation for this section has not yet been entered.
Download(ref string, ref string) : System.IO.Stream
Documentation for this section has not yet been entered.
LoadExternals()

Instructs the System.Web.Services.Discovery.DiscoveryClientProtocol object to load any external references.

ReadAll(string) : DiscoveryClientResultCollection

Reads in a file containing a map of saved discovery documents populating the DiscoveryClientProtocol.Documents and DiscoveryClientProtocol.References properties, with discovery documents, XML Schema Definition (XSD) schemas, and service descriptions referenced in the file.

ResolveAll()

Resolves all references to discovery documents, XML Schema Definition (XSD) schemas, and service descriptions in the DiscoveryClientProtocol.References property, as well as references found in referenced discovery documents.

ResolveOneLevel()

Resolves all references to discovery documents, XML Schema Definition (XSD) schemas and service descriptions in DiscoveryClientProtocol.References, as well as references found in those discovery documents.

WriteAll(string, string) : DiscoveryClientResultCollection

Writes all discovery documents, XML Schema Definition (XSD) schemas, and Service Descriptions in the DiscoveryClientProtocol.Documents property to the supplied directory and creates a file in that directory.