C# Class MyDownloader.Spider.Web.WebSpiderResource

Inheritance: ISpiderResource
Afficher le fichier Open project: mika76/MyDownloader

Méthodes publiques

Méthode Description
BeginReceive ( ) : IAsyncRetriver
EndReceive ( ) : void
WebSpiderResource ( SpiderContext context, ISpiderResource parent, string location ) : System

Private Methods

Méthode Description
AddUrl ( Uri uri ) : void
AddUrls ( IEnumerable uris, UrlType type ) : void
GetLocalFile ( ) : string
LoadData ( ) : void
UpdateDepth ( ) : void
download_StateChanged ( object sender, EventArgs e ) : void

Method Details

BeginReceive() public méthode

public BeginReceive ( ) : IAsyncRetriver
Résultat IAsyncRetriver

EndReceive() public méthode

public EndReceive ( ) : void
Résultat void

WebSpiderResource() public méthode

public WebSpiderResource ( SpiderContext context, ISpiderResource parent, string location ) : System
context SpiderContext
parent ISpiderResource
location string
Résultat System