nedcomp hosting homepage

Producten en Diensten
Dedicated servers
Datacenter informatie
Partners, resellers
Helpdesk informatie
Technische docs, tools
Support homepage
ASP componenten
Praktische ASP, ASP.NET
Visual route server
Whois (domein gegevens)
Software documentatie
Whitepapers
Zoeken
Nedcomp / algemeen

Zoeken
 

Copyright © Nedcomp Hosting
Telefoon nr :   +31 184 670111
Fax nummer :   +31 184 631384
E-mailadres :   info@nedcomp.nl
 

.NET Framework Class Library  

System.Web.Services.Discovery Namespace

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.

Namespace hierarchy

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

.NET Framework Class Library