Catalyst File Transfer .NET

FileTransfer.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 FileTransfer.SecureChannel Members.

System.Object
   System.ValueType
      SocketTools.FileTransfer.SecureChannel

[Visual Basic]
Public Structure FileTransfer.SecureChannel
[C#]
public struct FileTransfer.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.FileTransfer (in SocketTools.FileTransfer.dll)

See Also

FileTransfer.SecureChannel Members | SocketTools Namespace