C# Class HitProxy.Triggers.RefererPair

Afficher le fichier Open project: hultqvist/HitProxy Class Usage Examples

Private Properties

Свойство Type Description
MatchStrings bool

Méthodes publiques

Méthode 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

Méthode Description
MatchStrings ( string pattern, string match ) : bool

Matches match against pattern where pattern can start with wildcard *

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Match() public méthode

public Match ( RefererPair requestPair ) : bool
requestPair RefererPair
Résultat bool

MatchFrom() public méthode

public MatchFrom ( string refererHost ) : bool
refererHost string
Résultat bool

MatchTo() public méthode

public MatchTo ( List hosts ) : bool
hosts List
Résultat bool

RefererPair() public méthode

public RefererPair ( ) : System
Résultat System

RefererPair() public méthode

public RefererPair ( string fromHost, string toHost ) : System
fromHost string
toHost string
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string