Server protocol setup for bi-directional TCP communication with support for user defined authentication and security.
Declaring type: TcpDuplexServerProtocolSetup
Namespace: Zyan.Communication.Protocols.Tcp
Assembly: Zyan.Communication
Collapse/Expand Public Constructors
  Name Description
Public Method TcpDuplexServerProtocolSetup Overloaded. Creates a new instance of the TcpDuplexServerProtocolSetup class.
Collapse/Expand Public Methods
  Name Description
Public Method Virtual CreateChannel Creates and configures a Remoting channel.
Collapse/Expand Public Properties
  Name Description
Public Property AuthenticationProvider Gets or sets the Authentication Provider to be used.
Public Property TcpKeepAliveEnabled Enables or disables TCP KeepAlive.
Public Property TcpKeepAliveInterval Gets or sets the TCP KeepAlive interval in milliseconds
Public Property TcpKeepAliveTime Gets or sets the TCP KeepAlive time in milliseconds.
Public Property TcpPort Gets or sets the TCP port to listen for client calls.