C# 클래스 PLinkCore.HostCheck

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

공개 프로퍼티들

프로퍼티 타입 설명
After string
Before string
Checked bool
message string
type int

공개 메소드들

메소드 설명
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

메소드 상세

HostCheck() 공개 메소드

public HostCheck ( ) : System
리턴 System

HostCheck() 공개 메소드

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

afterHost() 공개 메소드

public afterHost ( ) : string
리턴 string

afterUrl() 공개 메소드

public afterUrl ( string url ) : string
url string
리턴 string

getHostItem() 공개 메소드

public getHostItem ( ) : HostItem
리턴 HostItem

isHost() 공개 메소드

public isHost ( ) : bool
리턴 bool

isPattern() 공개 메소드

public isPattern ( ) : bool
리턴 bool

isReal() 공개 메소드

public isReal ( ) : bool
리턴 bool

isUrl() 공개 메소드

public isUrl ( ) : bool
리턴 bool

프로퍼티 상세

After 공개적으로 프로퍼티

public string After
리턴 string

Before 공개적으로 프로퍼티

public string Before
리턴 string

Checked 공개적으로 프로퍼티

public bool Checked
리턴 bool

message 공개적으로 프로퍼티

public string message
리턴 string

type 공개적으로 프로퍼티

public int type
리턴 int