Click or drag to resize

CHttp.Open Method

X#
Opens the http connection.

Namespace:  VO
Assembly:  VOInternetClasses (in VOInternetClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD Open(
	nFlags,
	xProxy,
	aProxyByPass
) AS USUAL CLIPPER
Request Example View Source

Parameters

nFlags (Optional)
Type: Usual
Contains flags used in the internal InternetConnect call (see Win32 Internet API help for possible values).
xProxy (Optional)
Type: Usual
Name of a proxy server (optional).
aProxyByPass (Optional)
Type: Usual
Array of server names that should not be accessed through the proxy (optional).

Return Value

Type: Usual
TRUE if the connection was opened, otherwise FALSE.
See Also