HttpServerBoxed 0.0.11 alpha
A simple http server for C# and .NET
|
Enumerations | |
enum | SSL_PORT_MODE { SINGLE_PORT , DUAL_PORT } |
This enum is used to determine if the server should listen on a single port for both HTTP and HTTPS or if it should listen on two different ports Note that when SSL is not set this setting is ignored (and is considered analog to a single port) More... | |
enum | TLSVersion { NOT_SET = 0x0000 , TLS_1_0 = 0x0301 , TLS_1_1 = 0x0302 , TLS_1_2 = 0x0303 , TLS_1_3 = 0x0304 } |
This enum is used to determine if the server should listen on a single port for both HTTP and HTTPS or if it should listen on two different ports Note that when SSL is not set this setting is ignored (and is considered analog to a single port)
Definition at line 7 of file SSLPortMode.cs.
enum HSB.Constants.TLS.TLSVersion |
Definition at line 3 of file TLSVersions.cs.