CHttp.ConnectRemote Method (Usual, Usual, Usual) | |
Opens the http connection.
Namespace:
VO
Assembly:
VOInternetClasses (in VOInternetClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD ConnectRemote(
cIP,
cID,
cPw
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual ConnectRemote(
Usual cIP = default,
Usual cID = default,
Usual cPw = default
)
Request Example
View SourceParameters
- 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