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