Merge pull request #819 from brendanzagaeski/patch-1
[mono.git] / mcs / class / System / System.Net / WebRequest.cs
index 987b7cc109412087df5c61296ba82c3434d9207a..eeed685db3af763ec2a84aa1f0b8ec177c79d5b2 100644 (file)
@@ -152,10 +152,6 @@ namespace System.Net
                        set { throw GetMustImplement (); }
                }
                
-               public TokenImpersonationLevel ImpersonationLevel {
-                       get { throw GetMustImplement (); }
-                       set { throw GetMustImplement (); }
-               }
 
                public virtual string Method { 
                        get { throw GetMustImplement (); }
@@ -190,7 +186,9 @@ namespace System.Net
                                throw GetMustImplement ();
                        }
                }
-               
+
+               public TokenImpersonationLevel ImpersonationLevel { get; set; }
+
 //             volatile static IWebProxy proxy;
                static readonly object lockobj = new object ();