C# Class WebKit.DownloadReceiveDataEventArgs

Provides data for the WebKitDownload.DownloadReceiveData event.
Inheritance: System.EventArgs
Afficher le fichier Open project: davejohnson/webkit-dot-net Class Usage Examples

Méthodes publiques

Méthode Description
DownloadReceiveDataEventArgs ( uint Length ) : System

Initializes a new instance of the DownloadReceiveDataEventArgs class.

Method Details

DownloadReceiveDataEventArgs() public méthode

Initializes a new instance of the DownloadReceiveDataEventArgs class.
public DownloadReceiveDataEventArgs ( uint Length ) : System
Length uint The length of the data received in bytes.
Résultat System