Click or drag to resize

CHttp.ConnectRemote Method (Usual, Usual, Usual)

X#
Opens the http connection.

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

Parameters

cIP (Optional)
Type: Usual
The host name or IP address of the remote server.
cID (Optional)
Type: Usual
User ID ( Optional )
cPw (Optional)
Type: Usual
Password ( Optional )

Return Value

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