Client protocol setup for bi-directional TCP communication with support for user defined authentication and security.
Declaring type: TcpDuplexClientProtocolSetup
Namespace: Zyan.Communication.Protocols.Tcp
Assembly: Zyan.Communication
Collapse/Expand Public Constructors
  Name Description
Public Method TcpDuplexClientProtocolSetup Overloaded. Creates a new instance of the TcpDuplexClientProtocolSetup class.
Collapse/Expand Public Methods
  Name Description
Public Method Virtual CreateChannel Creates and configures a Remoting channel.
Public Method FormatUrl Formats the connection URL for this protocol.
Public Method Virtual IsUrlValid Checks whether the given URL is valid for this protocol.
Collapse/Expand Public Properties
  Name Description
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.