C# Class PluralsightDownloader.Components.Downloader

Inheritance: System.ComponentModel.Component
Datei anzeigen Open project: bogusgithubuser/PluralsightDownloader

Public Methods

Method Description
Download ( ) : void
Downloader ( ) : System.ComponentModel
Downloader ( IContainer container ) : System.ComponentModel
GetCourse ( string url ) : Course
Initialize ( Configuration configuration ) : void
SetCredentials ( string username, string password ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

Download() public method

public Download ( ) : void
return void

Downloader() public method

public Downloader ( ) : System.ComponentModel
return System.ComponentModel

Downloader() public method

public Downloader ( IContainer container ) : System.ComponentModel
container IContainer
return System.ComponentModel

GetCourse() public method

public GetCourse ( string url ) : Course
url string
return Course

Initialize() public method

public Initialize ( Configuration configuration ) : void
configuration Configuration
return void

SetCredentials() public method

public SetCredentials ( string username, string password ) : void
username string
password string
return void