[System]: WebRequest.GetSystemProxy(): Return custom proxy for monodroid.
[mono.git] / mcs / class / System / System.Net / DownloadDataCompletedEventArgs.cs
index 4205b8090844e5b864a9cb7aff62948144dce360..47959d482dc776bef8e743a4a75a3966d889cca0 100644 (file)
@@ -27,8 +27,6 @@
 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
-#if NET_2_0
-
 using System.ComponentModel;
 using System.IO;
 
@@ -46,9 +44,10 @@ namespace System.Net
                byte [] result;
 
                public byte [] Result {
-                       get { return result; }
+                       get {
+                               return result;
+                       }
                }
        }
 }
 
-#endif