Add missing property
authorNoam Lampert <noaml@mono-cvs.ximian.com>
Mon, 22 Oct 2007 09:26:10 +0000 (09:26 -0000)
committerNoam Lampert <noaml@mono-cvs.ximian.com>
Mon, 22 Oct 2007 09:26:10 +0000 (09:26 -0000)
svn path=/trunk/mcs/; revision=87894

mcs/class/System/System.Net/HttpWebRequest.jvm.cs
mcs/class/System/System20.csproj

index 02c30e9d404197cf3b32b0c79ec8ec56fb0d2778..04fd44381c2b6bcd23561734bc4bd61dfb74c99f 100644 (file)
@@ -600,6 +600,17 @@ namespace System.Net
 \r
 \r
                #endregion\r
+#if NET_2_0\r
+                public DecompressionMethods AutomaticDecompression\r
+                {\r
+                        get {\r
+                                throw new NotSupportedException ();\r
+                        }\r
+                        set {\r
+                                throw new NotSupportedException ();\r
+                        }\r
+                }\r
+#endif\r
 \r
        }\r
 }\r
index ba5399c0acf2c5a58f652789376cfeaf302e9573..5f22765f38b32a6078bedf3fe825f49d2da868eb 100644 (file)
     <Compile Include="System.Net\CookieException.cs" />\r
     <Compile Include="System.Net\CredentialCache.cs" />\r
     <Compile Include="System.Net\DefaultCertificatePolicy.cs" />\r
+    <Compile Include="System.Net\DecompressionMethods.cs" />\r
     <Compile Include="System.Net\DigestClient.cs" />\r
     <Compile Include="System.Net\Dns.cs">\r
       <SubType>Code</SubType>\r