C# Class MyDownloader.Spider.Spider

Show file Open project: mika76/MyDownloader

Public Methods

Method Description
Abort ( ) : void
BeginLookup ( ) : IAsyncRetriver
Spider ( SpiderContext context, ISpiderResourceFactory factory ) : System

Protected Methods

Method Description
OnAborted ( ) : void

Method Details

Abort() public method

public Abort ( ) : void
return void

BeginLookup() public method

public BeginLookup ( ) : IAsyncRetriver
return IAsyncRetriver

OnAborted() protected method

protected OnAborted ( ) : void
return void

Spider() public method

public Spider ( SpiderContext context, ISpiderResourceFactory factory ) : System
context SpiderContext
factory ISpiderResourceFactory
return System