hi i have a socket connection (server) developed with methods available in
using System.Net.Sockets; using System.Net;
is it possible to s
You could use an SslStream. The documentation link contains an example of a TCP server and a client which communicate over SSL.