C# Class NCrawler.Pipeline.DefaultDownloadPipelineStep

Inheritance: IPipelineStep
Mostra file Open project: esbencarlsen/NCrawler

Public Methods

Method Description
DefaultDownloadPipelineStep ( int maxDegreeOfParallelism ) : System
Process ( ICrawler crawler, PropertyBag propertyBag ) : Task

Private Methods

Method Description
HttpWebResponseToPropertyBag ( HttpWebResponse httpWebResponse, PropertyBag propertyBag ) : void

Method Details

DefaultDownloadPipelineStep() public method

public DefaultDownloadPipelineStep ( int maxDegreeOfParallelism ) : System
maxDegreeOfParallelism int
return System

Process() public method

public Process ( ICrawler crawler, PropertyBag propertyBag ) : Task
crawler ICrawler
propertyBag PropertyBag
return Task