AGK for Pascal
ContentsIndexHome
PreviousUpNext
TAgkHttpConnection.Connect Method (String, Boolean)

Connects to the a domain.

Syntax
Pascal
procedure Connect(const Host: String; const Secure: Boolean); 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. 

For example to access http://www.thegamecreators.com/index.php you would use a Host value of www.thegamecreators.com 

TAgkHttpConnection

Copyright (c) 2012. All rights reserved.