SslStream.BeginRead Method example
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
精彩评论