CSession Properties |
The CSession 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.
| |
Connected |
A logical value indicating the status of the connection.
| |
ConnectHandle |
Internet connection handle.
| |
Error |
The number of the last error code received.
| |
ErrorMsg |
A string representing the last error message received.
| |
Handle |
The Internet session handle.
| |
OpenFlags | **Missing documentation ** | |
PassWord |
The password necessary to establish the remote connection.
| |
Port |
The Port number of the current session communication.
| |
Proxy |
A string representing the proxy for the remote connection.
| |
ProxyBypass |
A string representing the proxies to bypass when establishing the remote connection.
| |
RemoteHost |
A string representing the Host name or IP address of the remote server.
| |
UserName |
A string representing the User ID necessary to establish the remote connection.
|