Method | Description | |
---|---|---|
DownloadImage ( IRuntime runtime, string url, int line ) : RuntimeTable |
||
DownloadPage ( IRuntime runtime, IHttpWire wire ) : RuntimeTable |
Method | Description | |
---|---|---|
CreateRequest ( IHttpRequestFactory factory, IHttpWire wire ) : IHttpRequest | ||
GetDocument ( IHttpRequestFactory factory, IHttpWire wire, int &length ) : HtmlAgilityPack.HtmlDocument | ||
GetImage ( IHttpRequestFactory factory, IHttpWire wire ) : |
public static DownloadImage ( IRuntime runtime, string url, int line ) : RuntimeTable |
||
runtime | IRuntime | |
url | string | |
line | int | |
return | RuntimeTable |
public static DownloadPage ( IRuntime runtime, IHttpWire wire ) : RuntimeTable |
||
runtime | IRuntime | |
wire | IHttpWire | |
return | RuntimeTable |