Retrieves country information by an IP address or a host name.
Retrieves country information by a raw format of IP address.
public CountryInfo GetInfoByHostAddress(long);
Retrieves country information by an IP address.
public CountryInfo GetInfoByHostAddress(IPAddress);
Retrieves country information by an IP address or a host name.
public CountryInfo GetInfoByHostAddress(string);
IPInfo Class | ForAspNet.IPInfo Namespace