Connects to the a domain.
procedure Connect(const Host: String; const Secure: Boolean; const Username: String; const Password: String); overload;
|
Parameters |
Description |
|
const Host: String |
The domain to connect to. |
|
const Secure: Boolean |
Set to True to use an HTTPS secure connection, or False to use a standard HTTP connection. |
|
const Username: String |
(optional) The username to send to the server. |
|
const Password: String |
(optional) The password to send to the server. |
For example to access http://www.thegamecreators.com/index.php you would use a Host value of www.thegamecreators.com
|
Copyright (c) 2012. All rights reserved.
|