Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to send\recive SslStream from TCP server in C#?

How to send\recive SslStream from TCP server in C#? I need a simple tutorial on baciks of TCP stream protection using Sockets, SSLStreams and simple TCP listrning server... Is there any such tutorial? Please, help

like image 372
Rella Avatar asked Jun 03 '10 14:06

Rella


1 Answers

Doesn't the MSDN help for SslStream include examples?

http://msdn.microsoft.com/en-us/library/system.net.security.sslstream.aspx

like image 125
Lloyd Avatar answered Oct 05 '22 23:10

Lloyd