C# 클래스 Heimiko.WebTextBrowser

상속: WebElement
파일 보기 프로젝트 열기: Heimiko/NzbSearcher 1 사용 예제들

공개 메소드들

메소드 설명
GetFullURL ( Uri CurrentUri, string Relative ) : string
GetFullURL ( string Relative ) : string
GetWebFormByAction ( string Action ) : WebForm
GetWebFormByName ( string Name ) : WebForm
GetWebForms ( ) : Heimiko.WebForm[]
Navigate ( string URL ) : void

비공개 메소드들

메소드 설명
CreateRequest ( string URL ) : HttpWebRequest
ReadRequestResponse ( HttpWebRequest req ) : void

메소드 상세

GetFullURL() 공개 정적인 메소드

public static GetFullURL ( Uri CurrentUri, string Relative ) : string
CurrentUri System.Uri
Relative string
리턴 string

GetFullURL() 공개 메소드

public GetFullURL ( string Relative ) : string
Relative string
리턴 string

GetWebFormByAction() 공개 메소드

public GetWebFormByAction ( string Action ) : WebForm
Action string
리턴 WebForm

GetWebFormByName() 공개 메소드

public GetWebFormByName ( string Name ) : WebForm
Name string
리턴 WebForm

GetWebForms() 공개 메소드

public GetWebForms ( ) : Heimiko.WebForm[]
리턴 Heimiko.WebForm[]

Navigate() 공개 메소드

public Navigate ( string URL ) : void
URL string
리턴 void