Nevron Open Vision Documentation
Nevron.Nov.Networking Namespace / NWebRequest Class / AllowSharedDownload Property


In This Topic
    AllowSharedDownload Property
    In This Topic
    Gets or sets whether the response download for this request can be shared with other similar requests that are currently in-progress. Shared downloads is only supported for GET requests, so this property has no effect, if the Method is not equal to GET. By default set to true.
    Syntax
    'Declaration
     
    
    Public Property AllowSharedDownload As System.Boolean
    'Usage
     
    
    Dim instance As NWebRequest
    Dim value As System.Boolean
     
    instance.AllowSharedDownload = value
     
    value = instance.AllowSharedDownload
    public System.bool AllowSharedDownload {get; set;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also