Up |
Retrieve the proxy address, if any.
fun [] S
Return : S the address (ip:port) or nil if error or no proxy defined
fun main ()=
_showconsole;
let INETgetProxy -> s_proxy in
_fooS s_proxy; // host:port
0;;
This function is not loaded if the connection is direct !