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