1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
|
2006-01-13 John Luke <john.luke@gmail.com>
* ContentDisposition.cs: use String.Compare instead
of comparing .ToLower's
2006-01-02 John Luke <john.luke@gmail.com>
* ContentDisposition.cs: remove [MonoTODO]'s
access and store the properties in Parameters
ToString is now just DispositionType + the parameters
* ContentType.cs: remove [MonoTODO]'s
use parameters to store Name, Boundary, and CharSet
ToString is now just MediaType + the parameters
throw FormatException for unrecognized paremeter in ctor
* TransferEncoding.cs: remove [Serializable]
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 ""
2005-12-23 John Luke <john.luke@gmail.com>
* ContentDisposition.cs: override GetHashCode and
Equals, implement ToString,
fix Size to be long not int,
implement Inline property,
implement the ctors
* ContentType.cs: override GetHashCode and Equals
implement ToString, implement the ctors
2005-12-22 John Luke <john.luke@gmail.com>
minor updates I noticed for 2.0 final API
* DispositionTypeNames.cs: change to a static class
* MediaTypeNames.cs: change these to static classes
* TransferEncoding.cs: remove Binary and EightBit
add [Serializable] and fix the values
2004-09-09 Tim Coleman <tim@timcoleman.com>
* ContentType.cs: Changes to MIME headers
2004-09-04 Tim Coleman <tim@timcoleman.com>
* ContentDisposition.cs ContentType.cs DispositionTypeNames.cs
* MediaTypeNames.cs TransferEncoding.cs:
New class stubs for 2.0
|