Namespace Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.Channel
Classes
ChannelBase
Defines a base implementation for servers and their clients over a single kind of communication channel.
StdioClientChannel
Provides a client implementation for the standard I/O channel. Launches the server process and then attaches to its console streams.
StdioServerChannel
Provides a server implementation for the standard I/O channel. When started in a process, attaches to the console I/O streams to communicate with the client that launched the process.