Table of Contents

Property InputStream

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

InputStream

The server's input stream.

public abstract Stream InputStream { get; }

Property Value

Stream

Remarks

The connection will write to the server's input stream, and read from its output stream.