Web API Core | ComponentOne
C1.Web.Api.Visitor.Providers Namespace / ILocationProvider Interface / LocationFromIPAddress Method
A string represent an IP Address

In This Topic
    LocationFromIPAddress Method (ILocationProvider)
    In This Topic
    Getting Geographical location based on an IP Address
    Syntax
    'Declaration
     
    
    Function LocationFromIPAddress( _
       ByVal ipAddress As String _
    ) As GeoLocation
    GeoLocation LocationFromIPAddress( 
       string ipAddress
    )

    Parameters

    ipAddress
    A string represent an IP Address

    Return Value

    See Also