4AspNet IPInfo v1.0

IPInfo.GetInfoByHostAddress Method

Retrieves country information by an IP address or a host name.

Overload List

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);

See Also

IPInfo Class | ForAspNet.IPInfo Namespace