### Describe the issue or suggestion Such as [`SocketsHttpHandler.ConnectCallback`](https://learn.microsoft.com/en-us/dotnet/api/system.net.http.socketshttphandler.connectcallback?view=net-10.0#system-net-http-socketshttphandler-connectcallback), it doesn't said what will happen if I return a `SslStream`. Actually, it will skip the TLS handshake - this is what GitHub Copilot told me.
Describe the issue or suggestion
Such as
SocketsHttpHandler.ConnectCallback, it doesn't said what will happen if I return aSslStream.Actually, it will skip the TLS handshake - this is what GitHub Copilot told me.