Reference to the currently active IFileTransferClient.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40
Syntax
| C# |
|---|
protected internal IFileTransferClient ActiveClient { get; set; } |
| Visual Basic |
|---|
Protected Friend Property ActiveClient As IFileTransferClient Get Set |
| Visual C++ |
|---|
protected public: property IFileTransferClient^ ActiveClient { IFileTransferClient^ get (); void set (IFileTransferClient^ value); } |