EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElAS3SocketOptions.ConcurrentConnections

TElAS3SocketOptions     See also    


 

Specifies the maximal number of concurrent connections.

 
 

Declaration

[C#]
    int ConcurrentConnections;

[VB.NET]
    Property ConcurrentConnections As Integer

[Pascal]
    property ConcurrentConnections: Integer;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Description

    Use this property to specify the maximal number of concurrent connections opened by client. The feature is not available if the server does not support file size requests.
    Default value is 1 (the download is performed using only the current connection, no additional connections are opened).

 
 

See also:     MinSizeForConcurrentDownload    

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