ZennoLab Assemblies Documentation
GetGeoposition Method (ZennoPoster.IpTools)
ZennoLab.CommandCenter Namespace > ZennoPoster.IpTools Class : GetGeoposition Method

Type: System.String

The IP address for the proxy.

Type: System.Double

The position's latitude in decimal degrees.

Type: System.Double

The position's longitude in decimal degrees.

Gets geoposition according with the ip.
Syntax
public static void GetGeoposition( 
   string ip,
   out double latitude,
   out double longitude
)

Parameters

ip

Type: System.String

The IP address for the proxy.

latitude

Type: System.Double

The position's latitude in decimal degrees.

longitude

Type: System.Double

The position's longitude in decimal degrees.

Remarks

Requirements

Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.

See Also

Reference

ZennoPoster.IpTools Class
ZennoPoster.IpTools Members