{CompanyName} FlexyGo

IPLockout..::..IsIPBlocked Method

Check if an IP is blocked

Namespace:  FLEXYGO.Security
Assembly:  flxSecurity (in flxSecurity.dll)

Syntax


public static bool IsIPBlocked(
	string IP
)
Public Shared Function IsIPBlocked ( _
	IP As String _
) As Boolean

Parameters

IP
Type: String
IP to check.

Return Value

True if IP is blocked false if not.