Authentication flow was modified to use a TcpClient in place of a Socket
the Connection.Connect method has been updated to use a TcpClient to provide the socket, and the BeginConnect and callback have been merged into a single Connect
The new ConnectAndAuthenticate method uses the new TcpClient to validate the received server certificate and authenticate to the server as a client, and then attempts tso log in.
Authentication flow was modified to use a TcpClient in place of a Socket
the Connection.Connect method has been updated to use a TcpClient to provide the socket, and the BeginConnect and callback have been merged into a single Connect
The new ConnectAndAuthenticate method uses the new TcpClient to validate the received server certificate and authenticate to the server as a client, and then attempts tso log in.