Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: HttpServer(HttpServerOptions)

Declaration

public HttpServer(
    HttpServerOptions options = null
)

Summary

Constructs an HTTP server with the specified configuration settings.

Parameters

HttpServerOptionsoptions Specifies the configuration settings to use for this HttpServer, or null to set all configuration values to default values.