inet_proxy
Using a proxy server. The functions allows you to specify a proxy server to be used for connecting to the Internet.
func uint inet_proxy (
uint flag,
str proxyname
)
uint flag,
str proxyname
)
Parameters
flag | The flag specifying for which protocols the specified proxy should be used.
| ||||||||
proxyname | The name of the proxy server. It must contain a host name and a port number separated by a colon. |
Return value
If the function succeeds, the return value is 1. If the function fails, the return value is 0.
Related links | Source |