FTPConnectionActiveClient Property |
Namespace:
EnterpriseDT.Net.Ftp
Assembly:
edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.3.0.0
Syntaxprotected IFileTransferClient ActiveClient { get; set; }
Protected Property ActiveClient As IFileTransferClient
Get
Set
protected:
property IFileTransferClient^ ActiveClient {
IFileTransferClient^ get ();
void set (IFileTransferClient^ value);
}
member ActiveClient : IFileTransferClient with get, set
Property Value
Type:
IFileTransferClient
See Also