C# Class NCrawler.HtmlProcessor.CrawlerConfigurationExtensions

Mostra file Open project: esbencarlsen/NCrawler

Public Methods

Method Description
HtmlProcessor ( this crawlerConfiguration, int maxDegreeOfParallelism = null ) : CrawlerConfiguration
TextProcessor ( this crawlerConfiguration, int maxDegreeOfParallelism = null ) : CrawlerConfiguration

Method Details

HtmlProcessor() public static method

public static HtmlProcessor ( this crawlerConfiguration, int maxDegreeOfParallelism = null ) : CrawlerConfiguration
crawlerConfiguration this
maxDegreeOfParallelism int
return CrawlerConfiguration

TextProcessor() public static method

public static TextProcessor ( this crawlerConfiguration, int maxDegreeOfParallelism = null ) : CrawlerConfiguration
crawlerConfiguration this
maxDegreeOfParallelism int
return CrawlerConfiguration