Table of Contents

Class StdioServerProcessEx

Namespace
Alternet.Syntax.Parsers.Lsp
Assembly
Alternet.Syntax.Parsers.Lsp.v9.dll

A StdioServerProcess is a ServerProcess that launches its server as an external process and communicates with it over STDIN / STDOUT.

public class StdioServerProcessEx : ServerProcess, IDisposable
Inheritance
StdioServerProcessEx
Implements

Constructors

StdioServerProcessEx(ILoggerFactory, ProcessStartInfo)

Create a new StdioServerProcess.

Properties

InputStream

The server's input stream.

IsRunning

Is the server running?

OutputStream

The server's output stream.

Methods

Dispose(bool)

Dispose of resources being used by the launcher.

StartAsync()

Start or connect to the server.

StopAsync()

Stop or disconnect from the server.