C# Class PLinkCore.HostCheck

Afficher le fichier Open project: easylogic/plink Class Usage Examples

Méthodes publiques

Свойство Type Description
After string
Before string
Checked bool
message string
type int

Méthodes publiques

Méthode Description
HostCheck ( ) : System
HostCheck ( bool Checked, int type, string Before, string After ) : System
afterHost ( ) : string
afterUrl ( string url ) : string
getHostItem ( ) : HostItem
isHost ( ) : bool
isPattern ( ) : bool
isReal ( ) : bool
isUrl ( ) : bool

Method Details

HostCheck() public méthode

public HostCheck ( ) : System
Résultat System

HostCheck() public méthode

public HostCheck ( bool Checked, int type, string Before, string After ) : System
Checked bool
type int
Before string
After string
Résultat System

afterHost() public méthode

public afterHost ( ) : string
Résultat string

afterUrl() public méthode

public afterUrl ( string url ) : string
url string
Résultat string

getHostItem() public méthode

public getHostItem ( ) : HostItem
Résultat HostItem

isHost() public méthode

public isHost ( ) : bool
Résultat bool

isPattern() public méthode

public isPattern ( ) : bool
Résultat bool

isReal() public méthode

public isReal ( ) : bool
Résultat bool

isUrl() public méthode

public isUrl ( ) : bool
Résultat bool

Property Details

After public_oe property

public string After
Résultat string

Before public_oe property

public string Before
Résultat string

Checked public_oe property

public bool Checked
Résultat bool

message public_oe property

public string message
Résultat string

type public_oe property

public int type
Résultat int