Catalyst File Transfer .NET

FileTransfer.SecureChannel Constructor 

Initializes a new instance of the SecureChannel structure with the specified values.

[Visual Basic]
Public Sub New( _
   ByVal commandMode As FtpChannelMode, _
   ByVal dataMode As FtpChannelMode _
)
[C#]
public FileTransfer.SecureChannel(
   FtpChannelMode commandMode,
   FtpChannelMode dataMode
);

Parameters

commandMode
A FtpChannelMode enumeration which specifies the channel mode used for commands sent to the server.
dataMode
A FtpChannelMode enumeration which specifies the channel mode used for file transfers.

See Also

FileTransfer.SecureChannel Class | SocketTools Namespace