sink property

StreamSink<T> sink
override

The default output stream.

This connects to the remote stream. If this is closed, the remote stream will close, but other virtual channels will remain open and new virtual channels may be opened.

Implementation

StreamSink<T> get sink;