This documentation is archived and is not being maintained.
System.Web.Services.Discovery Namespace
.NET Framework 1.1
The System.Web.Services.Discovery namespace consists of the classes that allows XML Web service clients to locate the available XML Web services on a Web server through a process called XML Web services Discovery.
Classes
| Class | Description |
|---|---|
| ContractReference | Represents a reference in a discovery document to a service description. |
| DiscoveryClientDocumentCollection | Represents a collection of documents discovered during XML Web services discovery that have been downloaded to the client. This class cannot be inherited. |
| DiscoveryClientProtocol | Provides support for programmatically invoking XML Web services discovery. |
| DiscoveryClientProtocol. DiscoveryClientResultsFile | Represents the root element of an XML document containing the results of all files written when the WriteAll method is invoked. |
| DiscoveryClientReferenceCollection | Represents a collection of DiscoveryReference objects. This class cannot be inherited. |
| DiscoveryClientResult | Represents the details of a discovery reference without the contents of the referenced document. This class cannot be inherited. |
| DiscoveryClientResultCollection | Contains a collection of DiscoveryClientResult objects. This class cannot be inherited. |
| DiscoveryDocument | Represents a discovery document. This class cannot be inherited. |
| DiscoveryDocumentReference | Represents a reference to a discovery document. This class cannot be inherited. |
| DiscoveryExceptionDictionary | Collects exceptions that occurred during XML Web services discovery. This class cannot be inherited. |
| DiscoveryReference | The base class for discoverable references using XML Web services discovery. |
| DiscoveryReferenceCollection | A collection of discovery references. This class cannot be inherited. |
| SchemaReference | Represents a reference in a discovery document to an XML Schema Definition (XSD) language schema. This class cannot be inherited. |
| SoapBinding | Represents a SOAP binding in a discovery document. This class cannot be inherited. |
See Also
Show: