DiscoveryClientProtocol Members
.NET Framework 3.0
Provides support for programmatically invoking XML Web services discovery.
The following tables list the members exposed by the DiscoveryClientProtocol type.
| Name | Description | |
|---|---|---|
| DiscoveryClientProtocol | Initializes a new instance of the DiscoveryClientProtocol class. |
(see also
Protected Properties
)
Top
| Name | Description | |
|---|---|---|
| AdditionalInformation | Gets information in addition to references found in the discovery document. |
| AllowAutoRedirect | Gets or sets whether the client automatically follows server redirects.(inherited from HttpWebClientProtocol) |
| ClientCertificates | Gets the collection of client certificates.(inherited from HttpWebClientProtocol) |
| ConnectionGroupName | Gets or sets the name of the connection group for the request.(inherited from WebClientProtocol) |
| Container | Gets the IContainer that contains the Component.(inherited from Component) |
| CookieContainer | Gets or sets the collection of cookies.(inherited from HttpWebClientProtocol) |
| Credentials | Gets or sets security credentials for XML Web service client authentication.(inherited from WebClientProtocol) |
| Documents | Gets a collection of discovery documents. |
| EnableDecompression | Gets or sets a Boolean that indicates whether decompression is enabled for this HttpWebClientProtocol. (inherited from HttpWebClientProtocol) |
| Errors | Gets a collection of exceptions that occurred during invocation of method from this class. |
| PreAuthenticate | Gets or sets whether pre-authentication is enabled.(inherited from WebClientProtocol) |
| Proxy | Gets or sets proxy information for making an XML Web service request through a firewall.(inherited from HttpWebClientProtocol) |
| References | A collection of references founds in resolved discovery documents. |
| RequestEncoding | The Encoding used to make the client request to the XML Web service.(inherited from WebClientProtocol) |
| Site | Gets or sets the ISite of the Component.(inherited from Component) |
| Timeout | Indicates the time an XML Web service client waits for a synchronous XML Web service request to complete (in milliseconds).(inherited from WebClientProtocol) |
| UnsafeAuthenticatedConnectionSharing | Gets or sets a value that indicates whether connection sharing is enabled when the client uses NTLM authentication to connect to the Web server that hosts the XML Web service.(inherited from HttpWebClientProtocol) |
| Url | Gets or sets the base URL of the XML Web service the client is requesting.(inherited from WebClientProtocol) |
| UseDefaultCredentials | Gets or sets a value that indicates whether to set the Credentials property to the value of the System.Net.CredentialCache.DefaultCredentials property.(inherited from WebClientProtocol) |
| UserAgent | Gets or sets the value for the user agent header that is sent with each request.(inherited from HttpWebClientProtocol) |
| Name | Description | |
|---|---|---|
| CanRaiseEvents | Gets a value indicating whether the component can raise an event.(inherited from Component) |
| DesignMode | Gets a value that indicates whether the Component is currently in design mode.(inherited from Component) |
| Events | Gets the list of event handlers that are attached to this Component.(inherited from Component) |
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Abort | Cancels a request to an XML Web service method. (inherited from WebClientProtocol) |
| CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (inherited from MarshalByRefObject) |
| Discover | Discovers the supplied URL to determine if it is a discovery document. |
| DiscoverAny | Discovers the supplied URL to determine if it is a discovery document, service description or an XML Schema Definition (XSD) schema. |
| Dispose | Overloaded. Releases the resources used by the Component. (inherited from Component) |
| Download | Overloaded. Downloads the discovery document at the supplied URL into a Stream object. |
| Equals | Overloaded. Determines whether two Object instances are equal. (inherited from Object) |
| GenerateXmlMappings | Overloaded. Gets the XmlMembersMapping for each XML Web service method exposed by the specified type(s). (inherited from HttpWebClientProtocol) |
| GetHashCode | Serves as a hash function for a particular type. (inherited from Object) |
| GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (inherited from MarshalByRefObject) |
| GetType | Gets the Type of the current instance. (inherited from Object) |
| InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (inherited from MarshalByRefObject) |
| LoadExternals | Instructs the DiscoveryClientProtocol object to load any external references. |
| ReadAll | Reads in a file containing a map of saved discovery documents populating the Documents and References properties, with discovery documents, XML Schema Definition (XSD) schemas, and service descriptions referenced in the file. |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| ResolveAll | Resolves all references to discovery documents, XML Schema Definition (XSD) schemas, and service descriptions in the 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 References, as well as references found in those discovery documents. |
| ToString | Returns a String containing the name of the Component, if any. This method should not be overridden. (inherited from Component) |
| WriteAll | Writes all discovery documents, XML Schema Definition (XSD) schemas, and Service Descriptions in the Documents property to the supplied directory and creates a file in that directory. |
| Name | Description | |
|---|---|---|
| AddToCache | Add an instance of the client protocol handler to the cache. (inherited from WebClientProtocol) |
| CancelAsync | Cancels an asynchronous call to an XML Web service method, unless the call has already completed. (inherited from HttpWebClientProtocol) |
| Dispose | Overloaded. Releases the resources used by the Component. (inherited from Component) |
| Finalize | Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection. (inherited from Component) |
| GetFromCache | Gets an instance of a client protocol handler from the cache. (inherited from WebClientProtocol) |
| GetService | Returns an object that represents a service provided by the Component or by its Container. (inherited from Component) |
| GetWebRequest | Creates a WebRequest for the specified URI. (inherited from HttpWebClientProtocol) |
| GetWebResponse | Overloaded. Returns a response from a request to an XML Web service method. (inherited from HttpWebClientProtocol) |
| MemberwiseClone | Overloaded. (inherited from MarshalByRefObject) |
Community Additions
ADD
Show: