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 (
        Versioning versioning,
        int httpPort,
        IAuthenticationProvider authProvider,
        bool encryption,
        string algorithm,
        bool oaep
) 
Parameters
versioning
Versioning behavior
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