Click or drag to resize

IEngineDownloads Property

Note: This API is now obsolete.

Gets the service that allows managing downloads for the default profile.

Namespace:  DotNetBrowser.Engine
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
[ObsoleteAttribute("Use IEngine.Profiles.Default.Downloads instead.", 
	false)]
IDownloads Downloads { get; }

Property Value

Type: IDownloads
The service that allows managing downloads for the default profile.
See Also