by Patrik Svensson [ice at linuxgods dot com] posted on 2005/10/05
How do I send an serialized object using secureSocket? Every sample that follows the code is only sendign or reciveing strings. Trying to use NetworkStream but it only takes socket, not secureSocket.
by Paul posted on 2005/10/05
If you want to use a Stream, the library provides a SecureNetworkStream that you can use instead.