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
| Type | Name | Description |
|---|---|---|
int | count | count |
AddResource
Method
void AddResource(string url)
Add resource
Parameters
| Type | Name | Description |
|---|---|---|
string | url | adress |
SetDownloadThreadCount
Method
void SetDownloadThreadCount(int count)
Set count of threads to download
Parameters
| Type | Name | Description |
|---|---|---|
int | count | count |
SetCheckThreadCount
Method
void SetCheckThreadCount(int count)
Set count of theads to check
Parameters
| Type | Name | Description |
|---|---|---|
int | count | count |
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