C# Class MyDownloader.Spider.Spider

Afficher le fichier Open project: mika76/MyDownloader

Méthodes publiques

Méthode Description
Abort ( ) : void
BeginLookup ( ) : IAsyncRetriver
Spider ( SpiderContext context, ISpiderResourceFactory factory ) : System

Méthodes protégées

Méthode Description
OnAborted ( ) : void

Method Details

Abort() public méthode

public Abort ( ) : void
Résultat void

BeginLookup() public méthode

public BeginLookup ( ) : IAsyncRetriver
Résultat IAsyncRetriver

OnAborted() protected méthode

protected OnAborted ( ) : void
Résultat void

Spider() public méthode

public Spider ( SpiderContext context, ISpiderResourceFactory factory ) : System
context SpiderContext
factory ISpiderResourceFactory
Résultat System