tags:

views:

95

answers:

2

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,

A: 

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

Dag
I need to use BeginRead! You provided me with a wrong link??
Mark
A: 

I found a good link that has full example of SSLStream client (BeingReceive0 http://msdn.microsoft.com/en-us/library/bew39x2a.aspx

Mark