CHTTP Methods |
The CHTTP type exposes the following members.
| Name | Description | |
|---|---|---|
| Create | This method creates a connection to an HTTP server | |
| Dispose | (Overrides CHANDLEDispose(Boolean).) | |
| Download | Download file from the internet to a BF. | |
| Get | Get data from a server. | |
| Post | Post data to the server. | |
| SetProxyCredentials |
Assigns the proxy username and password so that
user is not prompted when the first download fails
| |
| SilentDownload | Download file from the internet to a BF with no prompt for proxy authentication. |