Determines whether or not the main connection will be included in the pool of connections
that is used for concurrent transfers.
Namespace: EnterpriseDT.Net.FtpAssembly: 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 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. |