C# Class Tup.Utilities.WebProxyUtil.AbstractSpider

下载器抽象类
Afficher le fichier Open project: tupunco/Tup.Utilities

Méthodes publiques

Méthode Description
WL ( string msg ) : void

输出日志

WriteToTxt ( string fileName ) : void

Méthodes protégées

Méthode Description
DownLoadHtml ( string url ) : string

下载

HtmlAnalyse ( string html ) : void

分析

Process ( ) : void

处理

TryTrim ( string str ) : string

Try to string Trim

Method Details

DownLoadHtml() protected méthode

下载
protected DownLoadHtml ( string url ) : string
url string
Résultat string

HtmlAnalyse() protected abstract méthode

分析
protected abstract HtmlAnalyse ( string html ) : void
html string
Résultat void

Process() protected abstract méthode

处理
protected abstract Process ( ) : void
Résultat void

TryTrim() protected méthode

Try to string Trim
protected TryTrim ( string str ) : string
str string
Résultat string

WL() public méthode

输出日志
public WL ( string msg ) : void
msg string
Résultat void

WriteToTxt() public méthode

public WriteToTxt ( string fileName ) : void
fileName string
Résultat void