Web API Core | ComponentOne
C1.Web.Api.Visitor.Utils Namespace / IpAddressUtils Class / IsPrivate Method

In This Topic
    IsPrivate Method
    In This Topic
    Check if given IP Address is from local machine or not.
    Syntax
    'Declaration
     
    
    Public Shared Function IsPrivate( _
       ByVal ipAddress As String _
    ) As Boolean
    public static bool IsPrivate( 
       string ipAddress
    )

    Parameters

    ipAddress

    Return Value

    See Also