Creates a new instance of the HttpCustomClientProtocolSetup class.
Declaring type: HttpCustomClientProtocolSetup
Namespace: Zyan.Communication.Protocols.Http
Assembly: Zyan.Communication
Collapse/Expand Syntax
C#
public HttpCustomClientProtocolSetup (
        bool encryption,
        string algorithm,
        int maxAttempts,
        bool oaep,
        IWebProxy webProxy
) 
Parameters
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 activated
webProxy
Defines HTTP proxy settings