Table of Contents

Class HttpServer

Namespace
Coherence.Cloud
Assembly
Coherence.Runtime.dll
public class HttpServer
Inheritance
HttpServer

Constructors

HttpServer()

public HttpServer()

Methods

Start(int, Func<GameServerStats>)

public Task<bool> Start(int port, Func<GameServerStats> statsFn)

Parameters

port int
statsFn Func<GameServerStats>

Returns

Task<bool>

Stop()

public void Stop()