Class WebServerConfiguration

Settings that control the local built-in Web Server that can be used to open Markdown Monster from Web pages or any other client that can make HTTP requests. Ooperations supported are:

Open - same as command line operations

By default this server is off and can be started via Application Protocol:

markdownmonster:webserver

or by autostarting on startup

System.Object
  MarkdownMonster.Configuration.WebServerConfiguration
public class WebServerConfiguration : object, INotifyPropertyChanged

Class Members

MemberDescription

Constructor

PropertyChanged

AutoStart

Determines whether the light weight, internal Web Server is automatically started when Markdown Monster starts.

The Web Server allows Web Browsers and external applications to open new documents in Markdown Monster for editing.

IsRunning

Determines whether the Web Server is currently running. This setting is not persisted.

Port

Port used for the Web Server. Note if you change this value any script code used to access the server requires that you also change the client port!

Requirements

Namespace: MarkdownMonster.Configuration
Assembly: markdownmonster.exe

© West Wind Technologies, 2016-2023 • Updated: 11/23/21
Comment or report problem with topic