Hi,
Regarding this article: http://msdn.microsoft.com/en-us/library/system.net.security.sslstream.beginread.aspx
Is there any code example on how to actually implement this method?
Any link will be appreciated,
Thanks,
Hi,
Regarding this article: http://msdn.microsoft.com/en-us/library/system.net.security.sslstream.beginread.aspx
Is there any code example on how to actually implement this method?
Any link will be appreciated,
Thanks,
It shouldn't be a lot of work modifying the "SslStream Class" example code to use BeginRead/BeginWrite instead of Read/Write?
See http://msdn.microsoft.com/en-us/library/system.net.security.sslstream.aspx
I found a good link that has full example of SSLStream client (BeingReceive0 http://msdn.microsoft.com/en-us/library/bew39x2a.aspx