edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Click or drag to resize

PoolMode Enumeration

Determines whether or not the main connection will be included in the pool of connections that is used for concurrent transfers.

Namespace:  EnterpriseDT.Net.Ftp
Assembly:  edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.3.0.0
Syntax
public enum PoolMode
Members
  Member nameValueDescription
UseMainConnection0 The main connection will be included in the pool.
ReserveMainConnection1 The main connection will be excluded from the pool.
Automatic2 The component will automatically determine the most appropriate mode.
See Also