ComponentSpace FTP Class Library Reference

FtpClientComponent.FtpClient Property

Gets the underlying FtpClient object wrapped by this component.

[Visual Basic]
Public ReadOnly Property FtpClient As FtpClient
[C#]
public FtpClient FtpClient {get;}

Property Value

The underlying FtpClient object.

See Also

FtpClientComponent Class | ComponentSpace.Ftp Namespace