C# Class MyDownloader.Spider.Web.WebSpiderResource

Inheritance: ISpiderResource
Datei anzeigen Open project: mika76/MyDownloader

Public Methods

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

Private Methods

Method 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 method

public BeginReceive ( ) : IAsyncRetriver
return IAsyncRetriver

EndReceive() public method

public EndReceive ( ) : void
return void

WebSpiderResource() public method

public WebSpiderResource ( SpiderContext context, ISpiderResource parent, string location ) : System
context SpiderContext
parent ISpiderResource
location string
return System