C# Class LinqToWiki.Download.Downloader

Downloads the results of a query from the wiki web site.
ファイルを表示 Open project: svick/LINQ-to-Wiki Class Usage Examples

Public Methods

Method Description
Download ( IEnumerable parameters ) : System.Xml.Linq.XDocument

Downloads the results of query defined by parameters.

Downloader ( LinqToWiki.Internals.WikiInfo wiki ) : System

Private Methods

Method Description
Downloader ( ) : System
LogRequest ( IEnumerable parameters ) : void

Logs the request to the console.

WriteParameters ( IEnumerable parameters, RestRequest request ) : void

Writes parameters to a request.

Method Details

Download() public method

Downloads the results of query defined by parameters.
public Download ( IEnumerable parameters ) : System.Xml.Linq.XDocument
parameters IEnumerable
return System.Xml.Linq.XDocument

Downloader() public method

public Downloader ( LinqToWiki.Internals.WikiInfo wiki ) : System
wiki LinqToWiki.Internals.WikiInfo
return System