2009-01-26 Gonzalo Paniagua Javier <gonzalo@novell.com>
[mono.git] / mcs / class / System / System.Net / WebConnectionData.cs
index 5bce80f0d5089a1daa9388697c28dd964bdc0dee..82c5a64ab385698afcce9bf43eca74ac7c7abe01 100644 (file)
@@ -40,9 +40,7 @@ namespace System.Net
                public WebHeaderCollection Headers;
                public Version Version;
                public Stream stream;
-               public byte [] initialData;
-               public int initialOffset;
-               public int length;
+               public string Challenge;
 
                public void Init ()
                {
@@ -51,9 +49,6 @@ namespace System.Net
                        StatusDescription = null;
                        Headers = null;
                        stream = null;
-                       initialData = null;
-                       initialOffset = 0;
-                       length = 0;
                }
        }
 }