Creates a new instance of the TcpDuplexClientProtocolSetup class.
Declaring type: TcpDuplexClientProtocolSetup
Namespace: Zyan.Communication.Protocols.Tcp
Assembly: Zyan.Communication
Collapse/Expand Syntax
C#
public TcpDuplexClientProtocolSetup (
        Versioning versioning,
        bool encryption,
        string algorithm,
        int maxAttempts,
        bool oaep
) 
Parameters
versioning
Versioning behavior
encryption
Specifies if the communication sould be encrypted
algorithm
Symmetric encryption algorithm (e.G. "3DES")
maxAttempts
Maximum number of connection attempts
oaep
Specifies if OAEP padding should be activated