Connection Class
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.
Class which represents the connection to a language server.
public ref class Connection : IDisposable
public class Connection : IDisposable
type Connection = class
interface IDisposable
Public Class Connection
Implements IDisposable
- Inheritance
-
Connection
- Implements
Constructors
Connection(Stream, Stream) |
Initializes a new instance of the Connection class. |
Properties
Reader |
Gets the reader stream. |
Writer |
Gets the writer stream. |
Methods
Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
Dispose(Boolean) |
Dispose pattern. |