Gentee Programming Language > Documentation > Libraries | Download documentation |
The method is used to create and connect a socket to the specified Internet address. If a proxy server is enabled, the connection will be established via it.
uint socket.urlconnect( str url, str host, str path )
url The URL address for connecting. host The string for getting the host from the URL. path The string for getting the relative path from the URL.
Nonzero if initialization was successful; otherwise 0.
See also![]() |
![]() Copyright © 2004-2006 Gentee Inc. All rights reserved. ![]() |