Click or drag to resize

CHttp Methods

X#

The CHttp type exposes the following members.

Functions
  NameDescription
Public methodAddRequestHeaders
Adds additional headers to the current request.
Public methodCloseFile
Closes a remote file.
(Inherited from CSession.)
Public methodCloseRemote
Closes the http connection.
(Overrides CloseRemote.)
Public methodCloseRequest
Closes an http request.
Public methodConnectRemote(Usual, Usual, Usual)
Opens the http connection.
Public methodConnectRemote(Usual, Usual, Usual, Usual)
Opens a connection to the Internet server.
(Inherited from CSession.)
Public methodDestroy
**Missing documentation **
(Inherited from CSession.)
Public methodDirectory
If an ftp server is accessed via http, this method returns an array of the files of the current directory.
Public methodGetCurDir
Gets the name of the current directory on the remote server.
Public methodGetDocumentByURL
Retrieves a document from the server.
Public methodGetDocumentFromServer
Retrieves a document from the server.
Public methodGetFile
Retrieves the remote file cRemoteFile to the (local) file cNewFile.
Public methodGetResponse
Gets the response for the current request.
Public methodGetResponseHeader
Gets the response header for the current request.
Public methodInternetStatus
**Missing documentation **
(Inherited from CSession.)
Public methodOpen
Opens the http connection.
(Overrides Open(Usual, Usual, Usual).)
Public methodOpenFile
Opens a remote file.
Public methodOpenRequest
Opens a new request.
Public methodSendRequest
Sends a request to the server.
Public methodSetCurDir
Changes the current directory on the remote server for the current process.
Public methodSetResponseStatus
**Missing documentation **
(Inherited from CSession.)
Top
See Also