Class WebServerLauncher

The Markdown Monster Web Server Launcher that manages starting and stopping of the Web server and routing requests.

System.Object
  MarkdownMonster.Services.WebServerLauncher
public static class WebServerLauncher : object

Class Members

MemberDescription

StartMarkdownMonsterWebServer

Starts the Web Socket server and attaches an instance to the Markdown Monster main window.

public static Task StartMarkdownMonsterWebServer(bool force)

StopMarkdownMonsterWebServer

Shuts down the Web Socket server on the Markdown Monster instance

public static void StopMarkdownMonsterWebServer()

Requirements

Namespace: MarkdownMonster.Services
Assembly: markdownmonster.exe

© West Wind Technologies, 2016-2023 • Updated: 05/18/22
Comment or report problem with topic