C# 클래스 Tup.Utilities.WebProxyUtil.AbstractSpider

下载器抽象类
파일 보기 프로젝트 열기: tupunco/Tup.Utilities

공개 메소드들

메소드 설명
WL ( string msg ) : void

输出日志

WriteToTxt ( string fileName ) : void

보호된 메소드들

메소드 설명
DownLoadHtml ( string url ) : string

下载

HtmlAnalyse ( string html ) : void

分析

Process ( ) : void

处理

TryTrim ( string str ) : string

Try to string Trim

메소드 상세

DownLoadHtml() 보호된 메소드

下载
protected DownLoadHtml ( string url ) : string
url string
리턴 string

HtmlAnalyse() 보호된 추상적인 메소드

分析
protected abstract HtmlAnalyse ( string html ) : void
html string
리턴 void

Process() 보호된 추상적인 메소드

处理
protected abstract Process ( ) : void
리턴 void

TryTrim() 보호된 메소드

Try to string Trim
protected TryTrim ( string str ) : string
str string
리턴 string

WL() 공개 메소드

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

WriteToTxt() 공개 메소드

public WriteToTxt ( string fileName ) : void
fileName string
리턴 void