- IpStackData
IpStackData
Namespace: GeoIp.Plugin
Assembly: GeoIp.Plugin
Class to hold Ip Stack data returned after ip request.Constructors
#ctor | Constructor |
Properties
success | Determines whether the request was successful or not. |
ip | Ip Address |
type | Type of Ip Address |
continent_code | Code for continent where ip is located |
continent_name | Name of continent where ip is located. |
country_code | Country code |
country_name | Name of country |
region_code | Region Code |
region_name | Region Name |
city | City |
zip | Zip / Postcode |
latitude | Latitude where Ip address is located. |
longitude | Longitude where the Ip address is located. |
error | IpStackError information if an error occurred during the request. |