Namespace StreamExtended
Classes
ClientHelloInfo
Wraps up the client SSL hello information.
DefaultBufferPool
A concrete IBufferPool implementation using a thread-safe stack. Works well when all consumers ask for buffers with the same size. If your application would use variable size buffers consider implementing IBufferPool using System.Buffers library from Microsoft.
ServerHelloInfo
Wraps up the server SSL hello information.
SslTools
Use this class to peek SSL client/server hello information.
Interfaces
IBufferPool
Use this interface to implement custom buffer pool. To use the default buffer pool implementation use DefaultBufferPool class.