Gentee Programming Language > Documentation > Libraries | Download documentation |
The function allows you to enable or disable the proxy server for various protocols. Initially, the proxy server must be specified using the inet_proxy function.
uint inet_proxyenable( uint flag, uint enable )
flag The flag specifying for which protocols the proxy should be enabled or disabled. $PROXY_HTTP Proxy server for the HTTP protocol $PROXY_FTP Proxy server for the FTP protocol $PROXY_ALL Proxy server for all protocols enable Specify 1 to enable the proxy server or 0 to disable the proxy server.
Nonzero if initialization was successful; otherwise 0.
See also![]() |
![]() Copyright © 2004-2006 Gentee Inc. All rights reserved. ![]() |