C# Class Cornerstone.ScraperEngine.Nodes.RetrieveNode

Inheritance: ScraperNode
ファイルを表示 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_oe property

protected string _method
return string

_useCaching protected_oe property

protected bool _useCaching
return bool

acceptLanguage protected_oe property

protected string acceptLanguage
return string

allowUnsafeHeader protected_oe property

protected bool allowUnsafeHeader
return bool

cookies protected_oe property

protected string cookies
return string

encoding protected_oe property

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

file protected_oe property

protected String file
return String

maxRetries protected_oe property

protected int maxRetries
return int

timeout protected_oe property

protected int timeout
return int

timeoutIncrement protected_oe property

protected int timeoutIncrement
return int

url protected_oe property

protected String url
return String

userAgent protected_oe property

protected String userAgent
return String