Name | Description |
---|---|
ConnectionFilterContext | |
FilteredStreamAdapter | |
LibuvStream | |
NoOpConnectionFilter | |
SocketInputStream | This is a write-only stream that copies what is written into a SocketInput object. This is used as an argument to Stream.CopyToAsync(Stream) so input filtered by a ConnectionFilter (e.g. SslStream) can be consumed by Frame. |
StreamSocketOutput |