NativeWebView Home
  1. Home
  2. Docs
  3. API
    1. GitHub
    Menu
    Loading menu…

    On this page

    1. Home
    2. API
    3. NativeWebView.Core
    4. NativeWebViewDownloadManager

    NativeWebViewDownloadManager Class

    Definition

    Namespace NativeWebView.Core
    Assembly NativeWebView.Core.dll
    Inherits Object
    Implements INativeWebViewDownloadManager
    View source
    Show inherited members (7)
    • System.Object.Equals(System.Object?)
    • System.Object.Equals(System.Object?, System.Object?)
    • System.Object.GetHashCode()
    • System.Object.GetType()
    • System.Object.MemberwiseClone()
    • System.Object.ReferenceEquals(System.Object?, System.Object?)
    • System.Object.ToString()
    public sealed class NativeWebViewDownloadManager : INativeWebViewDownloadManager
    
    Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

    Constructors (1)

    NativeWebViewDownloadManager(Func<Uri, NativeWebViewDownloadRequestOptions?, CancellationToken, Task<INativeWebViewDownloadItem>>?)

    Properties (1)

    Items

    Methods (5)

    AddStartedDownload(Uri, NativeWebViewDownloadRequestOptions?, NativeWebViewDownloadNativeOperation, Nullable<Guid>)
    ClearCompleted()
    PrepareDownloadAsync(Uri, NativeWebViewDownloadRequestOptions?, NativeWebViewDownloadNativeOperation, Nullable<Guid>, CancellationToken)
    StartDownloadAsync(Uri, NativeWebViewDownloadRequestOptions?, CancellationToken)
    TryGetItem(Guid, out INativeWebViewDownloadItem?)

    Events (4)

    DownloadChanged
    DownloadCompleted
    DownloadStarted
    DownloadStarting

    Copyright © 2026, Wieslaw Soltes aka wieslawsoltes - Content licensed under the MIT license | Site generated by lunet hosted on GitHub Pages