Gets/Sets the data connection handler.
Namespace: Jscape.FtpAssembly: Jscape.Ftp (in Jscape.Ftp.dll) Version: 2.4.5.0
Syntax
C# |
---|
public IFtpConnection DataConnection { get; set; } |
Visual Basic |
---|
Public Property DataConnection As IFtpConnection Get Set |
Visual C++ |
---|
public: property IFtpConnection^ DataConnection { IFtpConnection^ get (); void set (IFtpConnection^ value); } |