CHttp Class |
Namespace: VO
The CHttp type exposes the following members.
Name | Description | |
---|---|---|
AccessType |
The type of Internet session.
The default type is INTERNET_OPEN_TYPE_DIRECT.
The alternate type is INTERNET_OPEN_TYPE_PROXY.
(Inherited from CSession.) | |
Connected |
A logical value indicating the status of the connection.
(Inherited from CSession.) | |
ConnectHandle |
Internet connection handle.
(Inherited from CSession.) | |
Error |
The number of the last error code received.
(Inherited from CSession.) | |
ErrorMsg |
A string representing the last error message received.
(Inherited from CSession.) | |
FtpRequest |
Indicates that the http connection is being used to access an ftp server.
| |
Handle |
The Internet session handle.
(Inherited from CSession.) | |
OpenFlags | **Missing documentation ** (Inherited from CSession.) | |
PassWord |
The password necessary to establish the remote connection.
(Inherited from CSession.) | |
Port |
The Port number of the current session communication.
(Inherited from CSession.) | |
Proxy | (Overrides Proxy.) | |
ProxyBypass |
A string representing the proxies to bypass when establishing the remote connection.
(Inherited from CSession.) | |
RemoteHost |
A string representing the Host name or IP address of the remote server.
(Inherited from CSession.) | |
Response | ||
ResponseHeader | ||
UserName |
A string representing the User ID necessary to establish the remote connection.
(Inherited from CSession.) |
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.) |