###User Defined Function###
_GetIP

###Description###
Get public IP address of a network/computer.

###Syntax###
#include <Inet.au3>
_GetIP (  )


###Parameters###
None

###ReturnValue###
@@ReturnTable@@
Success:	the public IP address.
Failure:	-1 and sets the @error flag to non-zero.
@@End@@


###Remarks###
This only returns the public IP address of a computer or network (i.e. the public IP on the WAN link of your NAT router). The address is determined by accessing an external IP discovery web site. The sites used are http://checkip.dyndns.org/, http://exip.org and http://www.myexternalip.com/.

Please refrain from using <a href="_GetIP.htm">_GetIP()</a> in short time periods as not to overload the IP discovery sites.


###Related###
None.


###Example###
@@IncludeExample@@
