Method | Description | |
---|---|---|
IsMatch ( string ipFilter, string ipAddress ) : bool |
Verifies if the supplied IP address matches the filter
|
Method | Description | |
---|---|---|
MaskCheck ( string ipFilter, string ipAddress ) : bool | ||
RangeCheck ( string ipFilter, string ipAddress ) : bool | ||
ToAddr ( long address ) : string | ||
ToNumber ( string addr ) : long |
public static IsMatch ( string ipFilter, string ipAddress ) : bool | ||
ipFilter | string | IP filter (IP address, IP range, IP with mask) |
ipAddress | string | Target IP address to match |
return | bool |