C# Class Hyena.Downloader.HttpDownloader

Show file Open project: GNOME/hyena Class Usage Examples

Public Methods

Method Description
Abort ( ) : void
HttpDownloader ( ) : System
Start ( ) : void
StartSync ( ) : void
ToString ( ) : string

Protected Methods

Method Description
CreateRequest ( ) : HttpWebRequest
OnBufferUpdated ( ) : void
OnFinished ( ) : void
OnProgress ( ) : void
OnStarted ( ) : void

Private Methods

Method Description
Close ( ) : void
OnRequestResponse ( IAsyncResult asyncResult ) : void
OnResponseRead ( IAsyncResult asyncResult ) : void

Method Details

Abort() public method

public Abort ( ) : void
return void

CreateRequest() protected method

protected CreateRequest ( ) : HttpWebRequest
return System.Net.HttpWebRequest

HttpDownloader() public method

public HttpDownloader ( ) : System
return System

OnBufferUpdated() protected method

protected OnBufferUpdated ( ) : void
return void

OnFinished() protected method

protected OnFinished ( ) : void
return void

OnProgress() protected method

protected OnProgress ( ) : void
return void

OnStarted() protected method

protected OnStarted ( ) : void
return void

Start() public method

public Start ( ) : void
return void

StartSync() public method

public StartSync ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string