C# Class WebKit.WebKitDownload

Represents a file download.
Afficher le fichier Open project: davejohnson/webkit-dot-net Class Usage Examples

Méthodes publiques

Méthode Description
Cancel ( ) : void

Cancel the file download.

Private Methods

Méthode Description
NotifyDecideDestinationWithSuggestedFilename ( WebDownload download, string fileName ) : void
NotifyDidFailWithError ( WebDownload download, WebError error ) : void
NotifyDidFinish ( WebDownload download ) : void
NotifyDidReceiveDataOfLength ( WebDownload download, uint length ) : bool
NotifyDidReceiveResponse ( WebDownload download, WebURLResponse response ) : void
WebKitDownload ( WebDownload download ) : System

Method Details

Cancel() public méthode

Cancel the file download.
public Cancel ( ) : void
Résultat void