Table of Contents

Method Emit

Namespace
Sisk.Core.Http
Assembly
Sisk.Core.dll

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 ushort

The insecure port where the HTTP server will listen.

configuration HttpServerConfiguration

The HttpServerConfiguration object issued from this method.

host ListeningHost

The ListeningHost object issued from this method.

router Router

The Router object issued from this method.

Returns

HttpServer