Creates a new instance of the TcpCustomServerProtocolSetup class.
Declaring type: TcpCustomServerProtocolSetup
Namespace: Zyan.Communication.Protocols.Tcp
Assembly: Zyan.Communication
Collapse/Expand Syntax
C#
public TcpCustomServerProtocolSetup (
        Versioning versioning,
        int tcpPort,
        IAuthenticationProvider authProvider,
        bool encryption,
        string algorithm,
        bool oaep
) 
Parameters
versioning
Versioning behavior
tcpPort
TCP port number
authProvider
Authentication provider
encryption
Specifies if the communication sould be encrypted
algorithm
Encryption algorithm (e.G. "3DES")
oaep
Specifies if OAEP padding should be used