Click or drag to resize

CSession.Open Method

X#
Opens a connection to the Internet server.

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
The flags to use in the internal InternetConnect call.
xProxy (Optional)
Type: Usual
The optional name of a proxy server.
aProxyByPass (Optional)
Type: Usual
An optional array of server names that should not be accessed through the proxy.

Return Value

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