C# 클래스 Cornerstone.ScraperEngine.Nodes.RetrieveNode

상속: ScraperNode
파일 보기 프로젝트 열기: damienhaynes/moving-pictures

보호된 프로퍼티들

프로퍼티 타입 설명
_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

공개 메소드들

메소드 설명
Execute ( string>.Dictionary variables ) : void
RetrieveNode ( XmlNode xmlNode, ScriptableScraper context ) : System

비공개 메소드들

메소드 설명
ReadFile ( string>.Dictionary variables ) : string
RetrieveUrl ( string>.Dictionary variables ) : string

메소드 상세

Execute() 공개 메소드

public Execute ( string>.Dictionary variables ) : void
variables string>.Dictionary
리턴 void

RetrieveNode() 공개 메소드

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

프로퍼티 상세

_method 보호되어 있는 프로퍼티

protected string _method
리턴 string

_useCaching 보호되어 있는 프로퍼티

protected bool _useCaching
리턴 bool

acceptLanguage 보호되어 있는 프로퍼티

protected string acceptLanguage
리턴 string

allowUnsafeHeader 보호되어 있는 프로퍼티

protected bool allowUnsafeHeader
리턴 bool

cookies 보호되어 있는 프로퍼티

protected string cookies
리턴 string

encoding 보호되어 있는 프로퍼티

protected Encoding,System.Text encoding
리턴 System.Text.Encoding

file 보호되어 있는 프로퍼티

protected String file
리턴 String

maxRetries 보호되어 있는 프로퍼티

protected int maxRetries
리턴 int

timeout 보호되어 있는 프로퍼티

protected int timeout
리턴 int

timeoutIncrement 보호되어 있는 프로퍼티

protected int timeoutIncrement
리턴 int

url 보호되어 있는 프로퍼티

protected String url
리턴 String

userAgent 보호되어 있는 프로퍼티

protected String userAgent
리턴 String