[Mono-bugs] [Bug 51322][Maj] Changed - Problems using CryptoStream with NetworkStream

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 15 Dec 2003 10:20:05 -0500 (EST)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by spouliot@videotron.ca.

http://bugzilla.ximian.com/show_bug.cgi?id=51322

--- shadow/51322	2003-11-23 19:25:43.000000000 -0500
+++ shadow/51322.tmp.25212	2003-12-15 10:20:05.000000000 -0500
@@ -37,6 +37,11 @@
 always
 
 Additional Information:
 the CryptoStream tryis to use the Position propoery on the network stream,
 however the network stream does not support this. I would just change it
 but it seems the ReadBlock method needs to know when the end of the stream is
+
+------- Additional Comments From spouliot@videotron.ca  2003-12-15 10:20 -------
+Created an attachment (id=6243)
+CryptoStream patch with Position
+