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