C# 클래스 HitProxy.Triggers.RefererPair

파일 보기 프로젝트 열기: hultqvist/HitProxy 1 사용 예제들

Private Properties

프로퍼티 타입 설명
MatchStrings bool

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
GetHashCode ( ) : int
Match ( RefererPair requestPair ) : bool
MatchFrom ( string refererHost ) : bool
MatchTo ( List hosts ) : bool
RefererPair ( ) : System
RefererPair ( string fromHost, string toHost ) : System
ToString ( ) : string

비공개 메소드들

메소드 설명
MatchStrings ( string pattern, string match ) : bool

Matches match against pattern where pattern can start with wildcard *

메소드 상세

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

Match() 공개 메소드

public Match ( RefererPair requestPair ) : bool
requestPair RefererPair
리턴 bool

MatchFrom() 공개 메소드

public MatchFrom ( string refererHost ) : bool
refererHost string
리턴 bool

MatchTo() 공개 메소드

public MatchTo ( List hosts ) : bool
hosts List
리턴 bool

RefererPair() 공개 메소드

public RefererPair ( ) : System
리턴 System

RefererPair() 공개 메소드

public RefererPair ( string fromHost, string toHost ) : System
fromHost string
toHost string
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string