Server protocol setup for TCP communication with support for user defined authentication and security.
Declaring type: TcpCustomServerProtocolSetup
Namespace: Zyan.Communication.Protocols.Tcp
Assembly: Zyan.Communication
Collapse/Expand Public Constructors
  Name Description
Public Method TcpCustomServerProtocolSetup Overloaded. Creates a new instance of the TcpCustomServerProtocolSetup 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.
Public Property SocketCachingEnabled Gets or sets, if socket caching is enabled.
Public Property TcpPort Gets or sets the TCP port to listen for client calls.