BaseHttpConnector Methods |
The BaseHttpConnector type exposes the following members.
| Name | Description | |
|---|---|---|
| ApplyRequestOptions |
Helper method which applies standard request options to the request, these currently include proxy settings and HTTP timeout.
| |
| ClearProxy |
Clears any in-use credentials so subsequent requests will not use a proxy server.
| |
| ClearProxyCredentials |
Clears the in-use proxy credentials so subsequent requests still use the proxy server but without credentials.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| SerializeStandardConfig |
Helper method which adds standard configuration information (proxy and timeout settings) to serialized configuration.
| |
| SetCredentials | ||
| SetProxy(String) |
Sets a Proxy Server to be used.
| |
| SetProxy(Uri) |
Sets a Proxy Server to be used.
| |
| SetProxyCredentials(String, String) |
Sets Credentials to be used for Proxy Server.
| |
| SetProxyCredentials(String, String, String) |
Sets Credentials to be used for Proxy Server.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |