Method | Description | |
---|---|---|
GetPage ( ) : string |
Gets the page.
|
|
GetPageAsync ( ) : Task |
Gets the page asynchronosly
|
|
HttpDownloader ( |
Initializes a new instance of the HttpDownloader class.
|
|
HttpDownloader ( string url, string referer, string userAgent ) : System |
Initializes a new instance of the HttpDownloader class.
|
Method | Description | |
---|---|---|
CheckMetaCharSetAndReEncode ( Stream memStream, string html ) : string |
Checks the meta character set and re encode.
|
|
ProcessContent ( |
Processes the content.
|
|
SetEncodingFromHeader ( |
Sets the encoding from header.
|
public HttpDownloader ( |
||
url | The URL. | |
referer | string | The referer. |
userAgent | string | The user agent. |
return | System |
public HttpDownloader ( string url, string referer, string userAgent ) : System | ||
url | string | The URL. |
referer | string | The referer. |
userAgent | string | The user agent. |
return | System |