Method Emit
Emit(ushort, out HttpServerConfiguration, out ListeningHost, out Router)
Gets an non-listening HTTP server with configuration, listening host, and router.
public static HttpServer Emit(ushort insecureHttpPort, out HttpServerConfiguration configuration, out ListeningHost host, out Router router)
Parameters
insecureHttpPort
ushortThe insecure port where the HTTP server will listen.
configuration
HttpServerConfigurationThe HttpServerConfiguration object issued from this method.
host
ListeningHostThe ListeningHost object issued from this method.
router
RouterThe Router object issued from this method.