edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Reference to the currently active IFileTransferClient.

Namespace: EnterpriseDT.Net.Ftp
Assembly: 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);
}

See Also