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