2005-12-26 John Luke <john.luke@gmail.com>
commitd46799b1c9cb0f6976de1a23c8ed10ae7cb4153d
authorJohn Luke <jluke@mono-cvs.ximian.com>
Mon, 26 Dec 2005 18:21:47 +0000 (26 18:21 -0000)
committerJohn Luke <jluke@mono-cvs.ximian.com>
Mon, 26 Dec 2005 18:21:47 +0000 (26 18:21 -0000)
treed838bbdc6146a6232df33fc072bc734c28d4e778
parentdf04ceaead7a07977e34075fdb2ff5d9141bcc39
2005-12-26  John Luke  <john.luke@gmail.com>

        * ContentDisposition.cs: Size is -1 by default
        throw ArgumentNullException and ArgumentException for
        set_DispositionType
        * ContentType.cs: throw ArgumentNullException, ArgumentException,
        and FormatException for set_MediaType
        don't print Boundary,Name in ToString() if they are ""

svn path=/trunk/mcs/; revision=54852
mcs/class/System/System.Net.Mime/ChangeLog
mcs/class/System/System.Net.Mime/ContentDisposition.cs
mcs/class/System/System.Net.Mime/ContentType.cs
mcs/class/System/Test/ChangeLog
mcs/class/System/Test/System.Net.Mime/ContentDispositionTest.cs
mcs/class/System/Test/System.Net.Mime/ContentTypeTest.cs