Click or drag to resize

WebServiceClientInsights Method (String)

Returns an InsightsResponse for the specified IP address.

Namespace:  MaxMind.GeoIP2
Assembly:  MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 3.0.0
Syntax
public InsightsResponse Insights(
	string ipAddress
)

Parameters

ipAddress
Type: SystemString
The IP address.

Return Value

Type: InsightsResponse
An InsightsResponse

Implements

IGeoIP2WebServicesClientInsights(String)
See Also