2010-01-29 Carlos Alberto Cortez <calberto.cortez@gmail.com>
authorCarlos Alberto Cortez <calberto.cortez@gmail.com>
Sat, 30 Jan 2010 02:26:30 +0000 (02:26 -0000)
committerCarlos Alberto Cortez <calberto.cortez@gmail.com>
Sat, 30 Jan 2010 02:26:30 +0000 (02:26 -0000)
commit634b1953a299b0a087a48351b1ebd4cae053a489
tree2473329293c5313fec8c4bf79ce48c8ab866a97e
parentfe3cd6df05f6301c0f98f38348f423131c91fdbe
2010-01-29  Carlos Alberto Cortez <calberto.cortez@gmail.com>

* NetworkStream.cs: Our explicit impl of IDisposable.Dispose belongs
to 1.0/1.1 only. Also move the call to GC.SupressFinalize to
Dispose(bool), as expected and as done by other Stream children
implementing a destructor.
Fixes #564637.

svn path=/trunk/mcs/; revision=150590
mcs/class/System/System.Net.Sockets/ChangeLog
mcs/class/System/System.Net.Sockets/NetworkStream.cs