C# 클래스 Pickaxe.Runtime.Http

파일 보기 프로젝트 열기: bitsummation/pickaxe

공개 메소드들

메소드 설명
DownloadImage ( IRuntime runtime, string url, int line ) : RuntimeTable
DownloadPage ( IRuntime runtime, IHttpWire wire ) : RuntimeTable

비공개 메소드들

메소드 설명
CreateRequest ( IHttpRequestFactory factory, IHttpWire wire ) : IHttpRequest
GetDocument ( IHttpRequestFactory factory, IHttpWire wire, int &length ) : HtmlAgilityPack.HtmlDocument
GetImage ( IHttpRequestFactory factory, IHttpWire wire ) : DownloadImage

메소드 상세

DownloadImage() 공개 정적인 메소드

public static DownloadImage ( IRuntime runtime, string url, int line ) : RuntimeTable
runtime IRuntime
url string
line int
리턴 RuntimeTable

DownloadPage() 공개 정적인 메소드

public static DownloadPage ( IRuntime runtime, IHttpWire wire ) : RuntimeTable
runtime IRuntime
wire IHttpWire
리턴 RuntimeTable