SQL Tools Service
Show / Hide Table of Contents
Improve this Doc View Source

Class 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.

Inheritance
System.Object
ChannelBase
StdioServerChannel
Namespace:Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.Channel
Assembly:Microsoft.SqlTools.ServiceLayer.dll
Syntax
public class StdioServerChannel : ChannelBase

Methods

| Improve this Doc View Source

Initialize(IMessageSerializer)

Declaration
protected override void Initialize(IMessageSerializer messageSerializer)
Parameters
Type Name Description
IMessageSerializer messageSerializer
| Improve this Doc View Source

Shutdown()

Declaration
protected override void Shutdown()
| Improve this Doc View Source

WaitForConnection()

Declaration
public override Task WaitForConnection()
Returns
Type Description
System.Threading.Tasks.Task
  • Improve this Doc
  • View Source

© Microsoft  //  Generated with DocFX