C# 클래스 OfflineWeb.WebWorker

Downloads a webpage and performs a predefined set of operations using IVisitors on it.
파일 보기 프로젝트 열기: mrahhal/OfflineWeb

공개 메소드들

메소드 설명
ProcessPageAsync ( Uri address ) : Task
ProcessPageAsync ( string address ) : Task

비공개 메소드들

메소드 설명
CreateDefaultVisitors ( ) : IList
InternalProcessPageAsync ( Uri address ) : Task

메소드 상세

ProcessPageAsync() 공개 메소드

public ProcessPageAsync ( Uri address ) : Task
address System.Uri
리턴 Task

ProcessPageAsync() 공개 메소드

public ProcessPageAsync ( string address ) : Task
address string
리턴 Task