edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
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: 9.4.0.40

Syntax

C#
public enum PoolMode
Visual Basic
Public Enumeration PoolMode
Visual C++
public enum class 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