Reference to the currently active IFileTransferClient.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0

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