SocketTools .NET Edition

FtpClient.SecureChannel Structure

The structure used to modify or return the current mode for the secure command or data channel.

For a list of all members of this type, see FtpClient.SecureChannel Members.

System.Object
   System.ValueType
      SocketTools.FtpClient.SecureChannel

[Visual Basic]
Public Structure FtpClient.SecureChannel
[C#]
public struct FtpClient.SecureChannel

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

The SecureChannel structure specifies the current channel modes for the client session. This structure is used with the ChannelMode property when a secure connection is established with the server.

Requirements

Namespace: SocketTools

Assembly: SocketTools.FtpClient (in SocketTools.FtpClient.dll)

See Also

FtpClient.SecureChannel Members | SocketTools Namespace