2009-04-16 Sebastien Pouliot <sebastien@ximian.com>
authorSebastien Pouliot <sebastien@ximian.com>
Thu, 16 Apr 2009 14:29:45 +0000 (14:29 -0000)
committerSebastien Pouliot <sebastien@ximian.com>
Thu, 16 Apr 2009 14:29:45 +0000 (14:29 -0000)
commit74a82251583d756ed0117eef96ce429d563ce877
treea4ba3d56ef03e97355b1a33b4195ffcd3922dfb8
parentb8a69ca4679ff78085a4e0babdfdc520ece1dfc8
2009-04-16  Sebastien Pouliot  <sebastien@ximian.com>

* HttpWebRequest_2_1.cs: Rework the throwing of NIE so gui-compare
does not report them (since they are the "right" behavior)
* WebClient_2_1.cs: Fix BaseAddress property to return the URI to
the XAP file. Implement protected GetWebRequest which will make an
absolute URI from a relative one (using BaseAddress). That remove
the need of the previous hack.
* WebRequest_2_1.cs: Remove previous hack

svn path=/trunk/mcs/; revision=131897
mcs/class/System.Net/System.Net/ChangeLog
mcs/class/System.Net/System.Net/HttpWebRequest_2_1.cs
mcs/class/System.Net/System.Net/WebClient_2_1.cs
mcs/class/System.Net/System.Net/WebRequest_2_1.cs