IProxyCheckerService

Assembly: ZennoLab.InterfacesLibrary
Full name: ZennoLab.InterfacesLibrary.ProxyChecker.IProxyCheckerService
Kind: interface


Wcf service contract for working with ProxyChecker

Methods

SetThreadCountForProcess

Method

void SetThreadCountForProcess(int count)

Set count of threads per one checking processor

Parameters

TypeNameDescription
intcountcount

AddResource

Method

void AddResource(string url)

Add resource

Parameters

TypeNameDescription
stringurladress

SetDownloadThreadCount

Method

void SetDownloadThreadCount(int count)

Set count of threads to download

Parameters

TypeNameDescription
intcountcount

SetCheckThreadCount

Method

void SetCheckThreadCount(int count)

Set count of theads to check

Parameters

TypeNameDescription
intcountcount

GetAliveProxies

Method

string GetAliveProxies()

Get list of alive proxies

Returns: list of alive proxies

HasAliveProxies

Method

bool HasAliveProxies()

Are there any alive proxy

Returns: true if there are; otherwise false