Up

INETgetProxy

Retrieve the proxy address, if any.

Prototype :

fun [] S

Return : S the address (ip:port) or nil if error or no proxy defined

See also :

INETsetProxy

Example :

fun main ()=
	_showconsole;
	
	let INETgetProxy -> s_proxy in
	_fooS s_proxy;	// host:port
	0;;

Note :

This function is not loaded if the connection is direct !