FTPConnection(IContainer) Constructor
Creates an instance of FTPConnection within the given container.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public FTPConnection(
IContainer container
)
Public Sub New (
container As IContainer
)
public:
FTPConnection(
IContainer^ container
)
new :
container : IContainer -> FTPConnection
Parameters
- container IContainer
- Container to place the new instance in.