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 (
        bool encryption,
        string algorithm,
        bool oaep
) 
Parameters
encryption
Specifies if the communication sould be encrypted
algorithm
Encryption algorithm (e.G. "3DES")
oaep
Specifies if OAEP padding should be used