C# Class Cornerstone.ScraperEngine.Nodes.RetrieveNode

Inheritance: ScraperNode
Show file Open project: damienhaynes/moving-pictures

Protected Properties

Property Type Description
_method string
_useCaching bool
acceptLanguage string
allowUnsafeHeader bool
cookies string
encoding System.Text.Encoding
file String
maxRetries int
timeout int
timeoutIncrement int
url String
userAgent String

Public Methods

Method Description
Execute ( string>.Dictionary variables ) : void
RetrieveNode ( XmlNode xmlNode, ScriptableScraper context ) : System

Private Methods

Method Description
ReadFile ( string>.Dictionary variables ) : string
RetrieveUrl ( string>.Dictionary variables ) : string

Method Details

Execute() public method

public Execute ( string>.Dictionary variables ) : void
variables string>.Dictionary
return void

RetrieveNode() public method

public RetrieveNode ( XmlNode xmlNode, ScriptableScraper context ) : System
xmlNode System.Xml.XmlNode
context ScriptableScraper
return System

Property Details

_method protected property

protected string _method
return string

_useCaching protected property

protected bool _useCaching
return bool

acceptLanguage protected property

protected string acceptLanguage
return string

allowUnsafeHeader protected property

protected bool allowUnsafeHeader
return bool

cookies protected property

protected string cookies
return string

encoding protected property

protected Encoding,System.Text encoding
return System.Text.Encoding

file protected property

protected String file
return String

maxRetries protected property

protected int maxRetries
return int

timeout protected property

protected int timeout
return int

timeoutIncrement protected property

protected int timeoutIncrement
return int

url protected property

protected String url
return String

userAgent protected property

protected String userAgent
return String