On Sun, May 13, 2012 at 11:33 AM, Slicc <[email protected]> wrote: > Hello, > > Not sure i completely follow. > > If i create an instance of tcpclient and use sslstream to secure the comms > by passing TcpClient.GetStream, is this possible with MonoTouch?
<quote>Typically, the SslStream class is used with the TcpClient and TcpListener classes. The GetStream method provides a NetworkStream suitable for use with the SslStream class.</quote> ref: http://msdn.microsoft.com/en-us/library/system.net.security.sslstream.aspx > Thanks for your help, > > Slicc > > -- > View this message in context: > http://monotouch.2284126.n4.nabble.com/Ssl-socket-tp4630225p4630574.html > Sent from the MonoTouch mailing list archive at Nabble.com. > _______________________________________________ > MonoTouch mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/monotouch _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
