An event emitter firing when the connection got disposed.
An event emitter firing when an error occurs on the connection.
An event emitter firing when the connection receives a notification that is not handled.
Installs a notification handler.
The notification type to install the handler for.
The actual handler.
A disposable to remove the handler.
Installs a notification handler.
The notification type to install the handler for.
The actual handler.
A disposable to remove the handler.
Installs a notification handler.
The actual handler.
A disposable to remove the handler.
Installs a progress handler for a given token.
the progress type
the token
the handler
A disposable to remove the handler.
Installs a request handler.
The request type to install the handler for.
The actual handler.
A disposable to remove the handler.
Installs a request handler.
The request type to install the handler for.
The actual handler.
A disposable to remove the handler.
Installs a request handler.
The actual handler.
A disposable to remove the handler.
Sends a notification.
the notification's type to send.
A promise that resolves when the notification is written to the network layer.
Sends a notification.
the notification's type to send.
Optionalparams: Pthe notification's parameters.
A promise that resolves when the notification is written to the network layer.
Optionalparams: PSends a notification.
the notification's method name.
A promise that resolves when the notification is written to the network layer.
Sends a notification.
the notification's method name.
the notification's parameters.
A promise that resolves when the notification is written to the network layer.
Sends progress.
the progress type
the token to use
the progress value
A promise that resolves when the progress is written to the network layer.
Sends a request and returns a promise resolving to the result of the request.
The type of request to sent.
Optionaltoken: CancellationTokenAn optional cancellation token.
A promise resolving to the request's result.
Optionaltoken: CancellationTokenSends a request and returns a promise resolving to the result of the request.
The type of request to sent.
The request's parameter.
Optionaltoken: CancellationTokenAn optional cancellation token.
A promise resolving to the request's result.
Optionaltoken: CancellationTokenSends a request and returns a promise resolving to the result of the request.
the method name.
Optionaltoken: CancellationTokenAn optional cancellation token.
A promise resolving to the request's result.
Sends a request and returns a promise resolving to the result of the request.
the method name.
Optionaltoken: CancellationTokenAn optional cancellation token.
A promise resolving to the request's result.
Enables tracing mode for the connection.
A promise that resolves when the trace value is written to the network layer.
OptionaltraceOptions: TraceOptions
An event emitter firing when the connection got closed.