C# Class Cornerstone.ScraperEngine.Nodes.RetrieveNode

Inheritance: ScraperNode
Afficher le fichier Open project: damienhaynes/moving-pictures

Protected Properties

Свойство 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

Méthodes publiques

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

Private Methods

Méthode Description
ReadFile ( string>.Dictionary variables ) : string
RetrieveUrl ( string>.Dictionary variables ) : string

Method Details

Execute() public méthode

public Execute ( string>.Dictionary variables ) : void
variables string>.Dictionary
Résultat void

RetrieveNode() public méthode

public RetrieveNode ( XmlNode xmlNode, ScriptableScraper context ) : System
xmlNode System.Xml.XmlNode
context ScriptableScraper
Résultat System

Property Details

_method protected_oe property

protected string _method
Résultat string

_useCaching protected_oe property

protected bool _useCaching
Résultat bool

acceptLanguage protected_oe property

protected string acceptLanguage
Résultat string

allowUnsafeHeader protected_oe property

protected bool allowUnsafeHeader
Résultat bool

cookies protected_oe property

protected string cookies
Résultat string

encoding protected_oe property

protected Encoding,System.Text encoding
Résultat System.Text.Encoding

file protected_oe property

protected String file
Résultat String

maxRetries protected_oe property

protected int maxRetries
Résultat int

timeout protected_oe property

protected int timeout
Résultat int

timeoutIncrement protected_oe property

protected int timeoutIncrement
Résultat int

url protected_oe property

protected String url
Résultat String

userAgent protected_oe property

protected String userAgent
Résultat String