System.Web.Services.Discovery.DiscoveryClientProtocol Members

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

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

Public Constructors

Public Properties

[read-only]
AdditionalInformationIList.

Gets information in addition to references found in the discovery document.

[read-only]
DocumentsDiscoveryClientDocumentCollection.

Gets a collection of discovery documents.

[read-only]
ErrorsDiscoveryExceptionDictionary.

Gets a collection of exceptions that occurred during invocation of method from this class.

[read-only]
ReferencesDiscoveryClientReferenceCollection.

A collection of references founds in resolved discovery documents.

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.