Click or drag to resize

CHttp Properties

X#

The CHttp type exposes the following members.

Properties
  NameDescription
Public propertyAccessType
The type of Internet session. The default type is INTERNET_OPEN_TYPE_DIRECT. The alternate type is INTERNET_OPEN_TYPE_PROXY.
(Inherited from CSession.)
Public propertyConnected
A logical value indicating the status of the connection.
(Inherited from CSession.)
Public propertyConnectHandle
Internet connection handle.
(Inherited from CSession.)
Public propertyError
The number of the last error code received.
(Inherited from CSession.)
Public propertyErrorMsg
A string representing the last error message received.
(Inherited from CSession.)
Public propertyFtpRequest
Indicates that the http connection is being used to access an ftp server.
Public propertyHandle
The Internet session handle.
(Inherited from CSession.)
Public propertyOpenFlags
**Missing documentation **
(Inherited from CSession.)
Public propertyPassWord
The password necessary to establish the remote connection.
(Inherited from CSession.)
Public propertyPort
The Port number of the current session communication.
(Inherited from CSession.)
Public propertyProxy (Overrides Proxy.)
Public propertyProxyBypass
A string representing the proxies to bypass when establishing the remote connection.
(Inherited from CSession.)
Public propertyRemoteHost
A string representing the Host name or IP address of the remote server.
(Inherited from CSession.)
Public propertyResponse
Public propertyResponseHeader
Public propertyUserName
A string representing the User ID necessary to establish the remote connection.
(Inherited from CSession.)
Top
See Also