C# Class HitProxy.Triggers.RefererPair

Mostrar archivo Open project: hultqvist/HitProxy Class Usage Examples

Private Properties

Property Type Description
MatchStrings bool

Public Methods

Method Description
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

Private Methods

Method Description
MatchStrings ( string pattern, string match ) : bool

Matches match against pattern where pattern can start with wildcard *

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Match() public method

public Match ( RefererPair requestPair ) : bool
requestPair RefererPair
return bool

MatchFrom() public method

public MatchFrom ( string refererHost ) : bool
refererHost string
return bool

MatchTo() public method

public MatchTo ( List hosts ) : bool
hosts List
return bool

RefererPair() public method

public RefererPair ( ) : System
return System

RefererPair() public method

public RefererPair ( string fromHost, string toHost ) : System
fromHost string
toHost string
return System

ToString() public method

public ToString ( ) : string
return string