CSession.Open Method | |
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
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual Open(
Usual nFlags = default,
Usual xProxy = default,
Usual aProxyByPass = default
)
Request Example
View SourceParameters
- 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