C-DEngine 5.105

HttpServer Constructor

Overload List


  Name Description
Public method HttpServer()()()()
Initializes a new instance of the HttpServer class.
Public method HttpServer(Int32)
Initializes a new instance of the HttpServer class with the specified port.
Public method HttpServer(String)
Initializes a new instance of the HttpServer class with the specified HTTP URL.
Public method HttpServer(Int32, Boolean)
Initializes a new instance of the HttpServer class with the specified port and secure.
Public method HttpServer(IPAddress, Int32)
Initializes a new instance of the HttpServer class with the specified address and port.
Public method HttpServer(IPAddress, Int32, Boolean)
Initializes a new instance of the HttpServer class with the specified address, port, and secure.