[System]: Change namespace for some internal classes.
authorMartin Baulig <martin.baulig@xamarin.com>
Mon, 18 Jan 2016 19:50:27 +0000 (20:50 +0100)
committerMartin Baulig <martin.baulig@xamarin.com>
Wed, 20 Jan 2016 00:52:02 +0000 (01:52 +0100)
(cherry picked from commit 997513da02db9a4a448231e115da36b31814a6c0)

mcs/class/System/System.Net/MacProxy.cs
mcs/class/System/System.Net/WebRequest.cs

index 0b5d6a76e4bde04bd6251048da01be9e720c9fb5..8294f7b43d2574ac4142bfd1dc19476032484160 100644 (file)
 // 
 
 using System;
+using System.Net;
 using System.Collections.Generic;
 using System.Runtime.InteropServices;
 using System.Threading;
 
-namespace System.Net
+namespace Mono.Net
 {
        internal class CFObject : IDisposable
        {
index ae1159958aa3ef0738f811e29f27e2cd640cc61b..889398ee6a42e98ae3341c4acb1df004b575da89 100644 (file)
@@ -41,6 +41,7 @@ using System.Net.Cache;
 using System.Security.Principal;
 using System.Threading.Tasks;
 using System.Text.RegularExpressions;
+using Mono.Net;
 
 #if NET_2_1
 using ConfigurationException = System.ArgumentException;