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.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace:Microsoft.SqlTools.ServiceLayer.Hosting.Protocol.Channel
Assembly:Microsoft.SqlTools.ServiceLayer.dll
Syntax
public class StdioServerChannel : ChannelBase
Methods
| Improve this Doc View SourceInitialize(IMessageSerializer)
Declaration
protected override void Initialize(IMessageSerializer messageSerializer)
Parameters
| Type | Name | Description |
|---|---|---|
| IMessageSerializer | messageSerializer |
Overrides
| Improve this Doc View SourceShutdown()
Declaration
protected override void Shutdown()
Overrides
| Improve this Doc View SourceWaitForConnection()
Declaration
public override Task WaitForConnection()
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |