Gentee Programming Language > Documentation > Libraries | Download documentation |
The functions allows you to specify a proxy server to be used for connecting to the Internet.
uint inet_proxy( uint flag, str proxyname )
flag The flag specifying for which protocols the specified proxy should be used. $PROXY_HTTP Use a proxy server for the HTTP protocol $PROXY_FTP Use a proxy server for the FTP protocol $PROXY_ALL Use a proxy server for all protocols $PROXY_EXPLORER Take the proxy server information from the Internet Explorer settings. In this case the proxyname parameter can be empty. proxyname The name of the proxy server. It must contain a host name and a port number separated by a colon.
Nonzero if initialization was successful; otherwise 0.
See also![]() |
![]() Copyright © 2004-2006 Gentee Inc. All rights reserved. ![]() |