C# Class LinqToWiki.Download.Downloader

Downloads the results of a query from the wiki web site.
Afficher le fichier Open project: svick/LINQ-to-Wiki Class Usage Examples

Méthodes publiques

Méthode Description
Download ( IEnumerable parameters ) : System.Xml.Linq.XDocument

Downloads the results of query defined by parameters.

Downloader ( LinqToWiki.Internals.WikiInfo wiki ) : System

Private Methods

Méthode 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 méthode

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

Downloader() public méthode

public Downloader ( LinqToWiki.Internals.WikiInfo wiki ) : System
wiki LinqToWiki.Internals.WikiInfo
Résultat System