Up |
INETsetProxy
Set the proxy address.
Prototype :
fun [S] S
- S : the proxy address (host:port). 256 characters max. To disable, set this parameter to "no"
Return : S the same address
See also :
Example :
fun main ()=
_showconsole;
_fooS INETsetProxy
0;;
Note :
This function is not loaded if the connection is direct !