IpTools
Assembly: ZennoLab.CommandCenter
Full name: ZennoLab.CommandCenter.ZennoPoster.IpTools
Kind: abstract
Represents a set of methods to access IP infos.
Methods
GetGeoposition
Method
void GetGeoposition(string ip, Double& latitude, Double& longitude)
Parameters
| Type | Name | Description |
|---|---|---|
string | ip | |
Double& | latitude | |
Double& | longitude |
GetTimezone
Method
void GetTimezone(string ip, Int32& hours, Int32& minutes)
Parameters
| Type | Name | Description |
|---|---|---|
string | ip | |
Int32& | hours | |
Int32& | minutes |