[]
Getting geographical location from an IP Address. It will automatically detect the given IP Address is IPv4 or IPv6. If the given IP is in localhost, there's no location can be found.
public GeoLocation LocationFromIPAddress(string ipAddress)
| Type | Name | Description |
|---|---|---|
| string | ipAddress | a long number represent an IP Address |
| Type | Description |
|---|---|
| GeoLocation | return a GeoLocation object |