HttpWebClientProtocol Members
.NET Framework 2.0
The base class for all XML Web service client proxies that use the HTTP transport protocol.
The following tables list the members exposed by the HttpWebClientProtocol type.
| Name | Description | |
|---|---|---|
| HttpWebClientProtocol | Initializes a new instance of the HttpWebClientProtocol class. |
(see also
Protected Properties
)
Top
| Name | Description | |
|---|---|---|
| AllowAutoRedirect | Gets or sets whether the client automatically follows server redirects. |
| ClientCertificates | Gets the collection of client certificates. |
| 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. |
| Credentials | Gets or sets security credentials for XML Web service client authentication.(inherited from WebClientProtocol) |
| EnableDecompression | Gets or sets a Boolean that indicates whether decompression is enabled for this HttpWebClientProtocol. |
| 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. |
| 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. |
| 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. |
| 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) |
| Dispose | Overloaded. Releases the resources used by the Component. (inherited from Component) |
| 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). |
| 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) |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| ToString | Returns a String containing the name of the Component, if any. This method should not be overridden. (inherited from Component) |
| 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. |
| 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 | Overridden. Creates a WebRequest for the specified URI. |
| GetWebResponse | Overloaded. Overridden. Returns a response from a request to an XML Web service method. |
| MemberwiseClone | Overloaded. (inherited from MarshalByRefObject) |
Community Additions
ADD
Show: