Gets the inner protocol client. It can be
Ftp or
Sftp class instance. This is based on Connect method parameter.
Namespace:
Rebex.Net
Assembly:
Rebex.FileTransfer (in Rebex.FileTransfer.dll)
Syntax
| Visual Basic |
|---|
Public Property Inner As IFtp
Get
Private Set |
| C# |
|---|
public IFtp Inner { get; private set; } |
Version Information
.NET Compact Framework
Supported in: 3.9, 3.5
See Also