IGeoIP2WebServicesClientInsights Method (String) | 
  
    Namespace: 
   MaxMind.GeoIP2
    Assembly:
   MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 3.0.0
SyntaxInsightsResponse Insights(
	string ipAddress
)
Function Insights ( 
	ipAddress As String
) As InsightsResponse
InsightsResponse^ Insights(
	String^ ipAddress
)
abstract Insights : 
        ipAddress : string -> InsightsResponse 
Parameters
- ipAddress
 - Type: SystemString
The IP address. 
Return Value
Type: 
InsightsResponseAn 
InsightsResponse
See Also