Table of Contents

Class HttpServer

Namespace
Coherence.Simulator
Assembly
Coherence.Simulator.dll
public class HttpServer
Inheritance
HttpServer

Constructors

HttpServer()

public HttpServer()

Fields

defaultPort

public static readonly int defaultPort

Field Value

int

Properties

Port

public int Port { get; }

Property Value

int

Methods

Start()

public Task Start()

Returns

Task

Start(int)

public Task<bool> Start(int port)

Parameters

port int

Returns

Task<bool>

Stop()

public void Stop()

Events

OnJoinRequested

public event HttpServer.JoinDelegate OnJoinRequested

Event Type

HttpServer.JoinDelegate