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