Method | Description | |
---|---|---|
ContainsIp ( List |
||
ContainsIp ( List |
||
GetClientIp ( System.Web.HttpRequestBase request ) : string | ||
IsPrivateIpAddress ( string ipAddress ) : bool | ||
ParseIp ( string ipAddress ) : |
Parse IP by stripping port value if any (fix for Azure LB)
|
public ContainsIp ( List |
||
ipRules | List |
|
clientIp | string | |
return | bool |
public ContainsIp ( List |
||
ipRules | List |
|
clientIp | string | |
rule | string | |
return | bool |
public GetClientIp ( System.Web.HttpRequestBase request ) : string | ||
request | System.Web.HttpRequestBase | |
return | string |
public IsPrivateIpAddress ( string ipAddress ) : bool | ||
ipAddress | string | |
return | bool |
public ParseIp ( string ipAddress ) : |
||
ipAddress | string | |
return |