EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElAS3SocketOptions.MinSizeForConcurrentDownload

TElAS3SocketOptions     See also    


 

Specifies the minimal size of the downloaded file that makes concurrent download being used.

 
 

Declaration

[C#]
    long MinSizeForConcurrentDownload;

[VB.NET]
    Property MinSizeForConcurrentDownload As Long

[Pascal]
    property MinSizeForConcurrentDownload: Int64;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Description

    Use this property to specify the minimal size of the downloaded file that makes concurrent download being used. The value of ConcurrentConnections property is ignored for smaller files.
    Default value is 5 MBytes.

 
 

See also:     ConcurrentConnections    

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation