[Mono-bugs] [Bug 564637] New: NetworkStream explicitly implements IDisposable

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Dec 14 18:04:07 EST 2009


http://bugzilla.novell.com/show_bug.cgi?id=564637

http://bugzilla.novell.com/show_bug.cgi?id=564637#c0


           Summary: NetworkStream explicitly implements IDisposable
    Classification: Mono
           Product: Mono: Class Libraries
           Version: SVN
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: System
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: nestalk at googlemail.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---
           Blocker: ---


Description of Problem:

The implementation of NetworkStream in mono implements IDisposable explicitly
but .NET's implementation inherits the disposable method from the Stream class.
>From what I can see in the documentation on msdn microsoft changed from the way
mono currently does it to inheriting the dispose method in .NET 2.0.

This may also affect other classes that inherit from the stream class.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list