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