Click or drag to resize

HttpServer Constructor

Overload List
  NameDescription
Public methodHttpServer
Initializes a new instance of the HttpServer class.
Public methodHttpServer(Int32)
Initializes a new instance of the HttpServer class with the specified port.
Public methodHttpServer(String)
Initializes a new instance of the HttpServer class with the specified url.
Public methodHttpServer(Int32, Boolean)
Initializes a new instance of the HttpServer class with the specified port and secure.
Public methodHttpServer(IPAddress, Int32)
Initializes a new instance of the HttpServer class with the specified address and port.
Public methodHttpServer(IPAddress, Int32, Boolean)
Initializes a new instance of the HttpServer class with the specified address, port, and secure.
Top
See Also