C# Класс LinqToWiki.Download.Downloader

Downloads the results of a query from the wiki web site.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Download ( IEnumerable parameters ) : System.Xml.Linq.XDocument

Downloads the results of query defined by parameters.

Downloader ( LinqToWiki.Internals.WikiInfo wiki ) : System

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

Метод Описание
Downloader ( ) : System
LogRequest ( IEnumerable parameters ) : void

Logs the request to the console.

WriteParameters ( IEnumerable parameters, RestRequest request ) : void

Writes parameters to a request.

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

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

Downloads the results of query defined by parameters.
public Download ( IEnumerable parameters ) : System.Xml.Linq.XDocument
parameters IEnumerable
Результат System.Xml.Linq.XDocument

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

public Downloader ( LinqToWiki.Internals.WikiInfo wiki ) : System
wiki LinqToWiki.Internals.WikiInfo
Результат System