C# 클래스 MvcThrottle.IpAddressParser

상속: IIpAddressParser
파일 보기 프로젝트 열기: stefanprodan/MvcThrottle 1 사용 예제들

공개 메소드들

메소드 설명
ContainsIp ( List ipRules, string clientIp ) : bool
ContainsIp ( List ipRules, string clientIp, string &rule ) : bool
GetClientIp ( System.Web.HttpRequestBase request ) : string
IsPrivateIpAddress ( string ipAddress ) : bool
ParseIp ( string ipAddress ) : IPAddress

Parse IP by stripping port value if any (fix for Azure LB)

메소드 상세

ContainsIp() 공개 메소드

public ContainsIp ( List ipRules, string clientIp ) : bool
ipRules List
clientIp string
리턴 bool

ContainsIp() 공개 메소드

public ContainsIp ( List ipRules, string clientIp, string &rule ) : bool
ipRules List
clientIp string
rule string
리턴 bool

GetClientIp() 공개 메소드

public GetClientIp ( System.Web.HttpRequestBase request ) : string
request System.Web.HttpRequestBase
리턴 string

IsPrivateIpAddress() 공개 메소드

public IsPrivateIpAddress ( string ipAddress ) : bool
ipAddress string
리턴 bool

ParseIp() 공개 메소드

Parse IP by stripping port value if any (fix for Azure LB)
public ParseIp ( string ipAddress ) : IPAddress
ipAddress string
리턴 System.Net.IPAddress