Connection(Stream, Stream) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the Connection class.
public:
Connection(System::IO::Stream ^ reader, System::IO::Stream ^ writer);
public Connection (System.IO.Stream reader, System.IO.Stream writer);
new Microsoft.VisualStudio.LanguageServer.Client.Connection : System.IO.Stream * System.IO.Stream -> Microsoft.VisualStudio.LanguageServer.Client.Connection
Public Sub New (reader As Stream, writer As Stream)
Parameters
- reader
- Stream
Reader stream.
- writer
- Stream
Writer stream.