Method | Description | |
---|---|---|
CheckAllWebProxy ( List |
判断指定的代理列表是否有效
|
|
CheckWebProxy ( ProxyIPNode cProxyNode ) : bool |
判断当前代理的健康性 判断代理是否可用下载'新浪网公司'简介页面,并判断是否有'新浪网'字样 |
|
ForcedExpiration ( |
强制过期某代理
|
|
GetWebProxy ( ) : |
获得一个Web代理
|
|
ReDownLoadWebProxyList ( ) : void |
重新下载 代理列表 调用程序定期调用本方法下载最新的代理列表 |
Method | Description | |
---|---|---|
WebProxyHelper ( ) : System |
|
public static CheckAllWebProxy ( List |
||
webProxyIPList | List |
|
return | List |
public static CheckWebProxy ( ProxyIPNode cProxyNode ) : bool | ||
cProxyNode | ProxyIPNode | 当前代理节点 |
return | bool |
public static ForcedExpiration ( |
||
cProxy | ||
return | void |
public static GetWebProxy ( ) : |
||
return |
public static ReDownLoadWebProxyList ( ) : void | ||
return | void |