This namespace contains classes related to TCP-based network communication.
Assembly: Zyan.Communication
Collapse/Expand Public Classes
  Name Description
Public Class TcpBinaryClientProtocolSetup Client protocol setup for TCP communication with support for Windows authentication and security.
Public Class TcpBinaryServerProtocolSetup Server protocol setup for TCP communication with support for Windows authentication and security.
Public Class TcpCustomClientProtocolSetup Client protocol setup for TCP communication with support for user defined authentication and security.
Public Class TcpCustomServerProtocolSetup Server protocol setup for TCP communication with support for user defined authentication and security.
Public Class TcpDuplexClientProtocolSetup Client protocol setup for bi-directional TCP communication with support for user defined authentication and security.
Public Class TcpDuplexServerProtocolSetup Server protocol setup for bi-directional TCP communication with support for user defined authentication and security.