2005-10-17 Sebastien Pouliot <sebastien@ximian.com>
authorSebastien Pouliot <sebastien@ximian.com>
Mon, 17 Oct 2005 19:14:04 +0000 (19:14 -0000)
committerSebastien Pouliot <sebastien@ximian.com>
Mon, 17 Oct 2005 19:14:04 +0000 (19:14 -0000)
commit9601056ae064e5142d985a5651b04c3491cac1ca
treee6247ad51fe39807a1fdaaeeb3d0965c7c5fd5fc
parent4238cafe86b51d3a9a6d21e4a3054fdc4b87092b
2005-10-17  Sebastien Pouliot  <sebastien@ximian.com>

* GenericUriParserOptions.cs: New. 2.0 enum.
* UriBuilder.cs: Port == -1 is valid (default) in 2.0. Default name
is "localhhost" (not loopback) in 2.0. Fixed case where the Password
property could be null (instead of String.Empty).
* UriComponents.cs: New. 2.0 enum.
* UriFormat.cs: New. 2.0 enum.
* UriFormatException.cs: Added comments about GetObjectData.
* UriKind.cs: New. 2.0 enum.
* UriPartial.cs: Added Query value for 2.0.

svn path=/trunk/mcs/; revision=51816
mcs/class/System/System/ChangeLog
mcs/class/System/System/GenericUriParserOptions.cs [new file with mode: 0644]
mcs/class/System/System/UriBuilder.cs
mcs/class/System/System/UriComponents.cs [new file with mode: 0644]
mcs/class/System/System/UriFormat.cs [new file with mode: 0644]
mcs/class/System/System/UriFormatException.cs
mcs/class/System/System/UriKind.cs [new file with mode: 0644]
mcs/class/System/System/UriPartial.cs