C# Class PLinkCore.HostCheck

Mostra file Open project: easylogic/plink Class Usage Examples

Public Properties

Property Type Description
After string
Before string
Checked bool
message string
type int

Public Methods

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

public HostCheck ( ) : System
return System

HostCheck() public method

public HostCheck ( bool Checked, int type, string Before, string After ) : System
Checked bool
type int
Before string
After string
return System

afterHost() public method

public afterHost ( ) : string
return string

afterUrl() public method

public afterUrl ( string url ) : string
url string
return string

getHostItem() public method

public getHostItem ( ) : HostItem
return HostItem

isHost() public method

public isHost ( ) : bool
return bool

isPattern() public method

public isPattern ( ) : bool
return bool

isReal() public method

public isReal ( ) : bool
return bool

isUrl() public method

public isUrl ( ) : bool
return bool

Property Details

After public_oe property

public string After
return string

Before public_oe property

public string Before
return string

Checked public_oe property

public bool Checked
return bool

message public_oe property

public string message
return string

type public_oe property

public int type
return int