Click or drag to resize

CSession.ConnectRemote Method

X#
Opens a connection to the Internet server.

Namespace:  VO
Assembly:  VOInternetClasses (in VOInternetClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD ConnectRemote(
	cIP,
	nService,
	nFlags,
	nContext
) AS USUAL CLIPPER
Request Example View Source

Parameters

cIP (Optional)
Type: Usual
The host name or IP address of the remote server.
nService (Optional)
Type: Usual
A constant representing the type of service to access.
nFlags (Optional)
Type: Usual
The flags to use in the internal InternetConnect call.
nContext (Optional)
Type: Usual
An identifier for the application context of the returned connection handle.

Return Value

Type: Usual
TRUE if successful; otherwise, FALSE.
See Also