views:

114

answers:

1

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

+2  A: 

Doesn't the MSDN help for SslStream include examples?

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

Lloyd