Share via


Connection Class

Definition

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.

Applies to