C# Класс OpenGraph_Net.HttpDownloader

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
GetPage ( ) : string

Gets the page.

GetPageAsync ( ) : Task

Gets the page asynchronosly

HttpDownloader ( Uri url, string referer, string userAgent ) : System

Initializes a new instance of the HttpDownloader class.

HttpDownloader ( string url, string referer, string userAgent ) : System

Initializes a new instance of the HttpDownloader class.

Приватные методы

Метод Описание
CheckMetaCharSetAndReEncode ( Stream memStream, string html ) : string

Checks the meta character set and re encode.

ProcessContent ( HttpWebResponse response ) : string

Processes the content.

SetEncodingFromHeader ( HttpWebResponse response ) : void

Sets the encoding from header.

Описание методов

GetPage() публичный Метод

Gets the page.
public GetPage ( ) : string
Результат string

GetPageAsync() публичный Метод

Gets the page asynchronosly
public GetPageAsync ( ) : Task
Результат Task

HttpDownloader() публичный Метод

Initializes a new instance of the HttpDownloader class.
public HttpDownloader ( Uri url, string referer, string userAgent ) : System
url System.Uri The URL.
referer string The referer.
userAgent string The user agent.
Результат System

HttpDownloader() публичный Метод

Initializes a new instance of the HttpDownloader class.
public HttpDownloader ( string url, string referer, string userAgent ) : System
url string The URL.
referer string The referer.
userAgent string The user agent.
Результат System