Click or drag to resize

CSession Properties

X#

The CSession 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.
Public propertyConnected
A logical value indicating the status of the connection.
Public propertyConnectHandle
Internet connection handle.
Public propertyError
The number of the last error code received.
Public propertyErrorMsg
A string representing the last error message received.
Public propertyHandle
The Internet session handle.
Public propertyOpenFlags
**Missing documentation **
Public propertyPassWord
The password necessary to establish the remote connection.
Public propertyPort
The Port number of the current session communication.
Public propertyProxy
A string representing the proxy for the remote connection.
Public propertyProxyBypass
A string representing the proxies to bypass when establishing the remote connection.
Public propertyRemoteHost
A string representing the Host name or IP address of the remote server.
Public propertyUserName
A string representing the User ID necessary to establish the remote connection.
Top
See Also