C# Класс PluralsightDownloader.Components.Downloader

Наследование: System.ComponentModel.Component
Показать файл Открыть проект

Открытые методы

Метод Описание
Download ( ) : void
Downloader ( ) : System.ComponentModel
Downloader ( IContainer container ) : System.ComponentModel
GetCourse ( string url ) : Course
Initialize ( Configuration configuration ) : void
SetCredentials ( string username, string password ) : void

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
InitializeComponent ( ) : void

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

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

Download() публичный Метод

public Download ( ) : void
Результат void

Downloader() публичный Метод

public Downloader ( ) : System.ComponentModel
Результат System.ComponentModel

Downloader() публичный Метод

public Downloader ( IContainer container ) : System.ComponentModel
container IContainer
Результат System.ComponentModel

GetCourse() публичный Метод

public GetCourse ( string url ) : Course
url string
Результат Course

Initialize() публичный Метод

public Initialize ( Configuration configuration ) : void
configuration Configuration
Результат void

SetCredentials() публичный Метод

public SetCredentials ( string username, string password ) : void
username string
password string
Результат void