* WebProxyTest.cs: Move IsBypassed null check to separate test, and
authorGert Driesen <drieseng@users.sourceforge.net>
Sun, 28 Jan 2007 13:11:58 +0000 (13:11 -0000)
committerGert Driesen <drieseng@users.sourceforge.net>
Sun, 28 Jan 2007 13:11:58 +0000 (13:11 -0000)
commitad15fe1510cbb2b3448cef4ae7ec28e553305e53
tree945210530c043cdb99507139278a15822faf0198
parent46024e6c2a631e38322fdb2e4c9a84ea67c8927c
* WebProxyTest.cs: Move IsBypassed null check to separate test, and
fixed it for 2.0 profile. Added test for binary serialization.
* WebProxy.cs: Lazy init bypassList. Fixes for binary serialization
compatibility. Added stub for UseDefaultCredentials (2.0). On 2.0
profile, throw ArgumentNullException in IsBypassed if host is null.

svn path=/trunk/mcs/; revision=71806
mcs/class/System/System.Net/ChangeLog
mcs/class/System/System.Net/WebProxy.cs
mcs/class/System/Test/System.Net/ChangeLog
mcs/class/System/Test/System.Net/WebProxyTest.cs