Description
The current implementation of SslConnection:
- Is non-functional because AuthenticateAsClient is never called
- Doesn't support multiplexing, so performance is poor
- Due to lack of multiplexing support, is incompatible with Server 6.5
The current implementation of SslConnection: