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
MarkdownMonster.Configuration.WebServerConfiguration
public class WebServerConfiguration : object, INotifyPropertyChanged
Class Members
Member | Description | |
---|---|---|
Constructor |
||
PropertyChanged |
||
AutoStart |
Determines whether the light weight, internal Web Server is automatically started when Markdown Monster starts. | |
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.ConfigurationAssembly: markdownmonster.exe
© West Wind Technologies, 2016-2024 • Updated: 11/23/21
Comment or report problem with topic