Download Property

WebKit .NET

[This is preliminary documentation and is subject to change.]

Gets the WebKitDownload representing the download.

Namespace:  WebKit
Assembly:  WebKitBrowser (in WebKitBrowser.dll) Version: 0.5.0.0 (0.5.0.0)

Syntax

C#
public WebKitDownload Download { get; private set; }
Visual Basic (Declaration)
Public Property Download As WebKitDownload
Visual C++
public:
property WebKitDownload^ Download {
	WebKitDownload^ get ();
	void set (WebKitDownload^ value);
}

See Also