C# Class Tup.Utilities.WebProxyUtil.AbstractSpider

下载器抽象类
Exibir arquivo Open project: tupunco/Tup.Utilities

Public Methods

Method Description
WL ( string msg ) : void

输出日志

WriteToTxt ( string fileName ) : void

Protected Methods

Method Description
DownLoadHtml ( string url ) : string

下载

HtmlAnalyse ( string html ) : void

分析

Process ( ) : void

处理

TryTrim ( string str ) : string

Try to string Trim

Method Details

DownLoadHtml() protected method

下载
protected DownLoadHtml ( string url ) : string
url string
return string

HtmlAnalyse() protected abstract method

分析
protected abstract HtmlAnalyse ( string html ) : void
html string
return void

Process() protected abstract method

处理
protected abstract Process ( ) : void
return void

TryTrim() protected method

Try to string Trim
protected TryTrim ( string str ) : string
str string
return string

WL() public method

输出日志
public WL ( string msg ) : void
msg string
return void

WriteToTxt() public method

public WriteToTxt ( string fileName ) : void
fileName string
return void