CHttp Methods |
The CHttp type exposes the following members.
Name | Description | |
---|---|---|
AddRequestHeaders |
Adds additional headers to the current request.
| |
CloseFile |
Closes a remote file.
(Inherited from CSession.) | |
CloseRemote |
Closes the http connection.
(Overrides CloseRemote.) | |
CloseRequest |
Closes an http request.
| |
ConnectRemote(Usual, Usual, Usual) |
Opens the http connection.
| |
ConnectRemote(Usual, Usual, Usual, Usual) |
Opens a connection to the Internet server.
(Inherited from CSession.) | |
Destroy | **Missing documentation ** (Inherited from CSession.) | |
Directory |
If an ftp server is accessed via http, this method returns an array of the files of the current directory.
| |
GetCurDir |
Gets the name of the current directory on the remote server.
| |
GetDocumentByURL |
Retrieves a document from the server.
| |
GetDocumentFromServer |
Retrieves a document from the server.
| |
GetFile |
Retrieves the remote file cRemoteFile to the (local) file cNewFile.
| |
GetResponse |
Gets the response for the current request.
| |
GetResponseHeader |
Gets the response header for the current request.
| |
InternetStatus | **Missing documentation ** (Inherited from CSession.) | |
Open |
Opens the http connection.
(Overrides Open(Usual, Usual, Usual).) | |
OpenFile |
Opens a remote file.
| |
OpenRequest |
Opens a new request.
| |
SendRequest |
Sends a request to the server.
| |
SetCurDir |
Changes the current directory on the remote server for the current process.
| |
SetResponseStatus | **Missing documentation ** (Inherited from CSession.) |