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
SyntaxPublic Enumeration PoolMode
public enum class PoolMode
Members|
| Member name | Value | Description |
|---|
| UseMainConnection | 0 |
The main connection will be included in the pool.
|
| ReserveMainConnection | 1 |
The main connection will be excluded from the pool.
|
| Automatic | 2 |
The component will automatically determine the most appropriate mode.
|
See Also