[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.Net / System.Net / ChangeLog
index 12b23c13a2f8c02cd0f35515dbbb4e2c97792070..3c83f75effdc4417f96f67abc47c5382ce43a022 100644 (file)
@@ -1,3 +1,23 @@
+2010-07-14  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * WebHeaderCollection_2_1.cs: Fix IEnumerable.GetEnumerator
+
+2010-05-14  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * WebHeaderCollection_2_1.cs: Hide the internal Dictionary and 
+       provide methods to use it properly.
+       * HttpWebRequest_2_1.cs: Use internal Clear method
+
+2010-04-21  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * HttpWebResponse_2_1.cs: Method, StatusCode and StatusDescription
+       property getters are now virtual (instead of abstract) and throw
+       NIE in SL4 (final) API.
+       * WebRequest_2_1.cs: Added ContentLength (SL4) property to throw
+       NIE. Implement (SL4) CreateHttp methods. Rework stack registration
+       logic.
+       * WebResponse_2_1.cs: default Headers getter throws NIE
+
 2010-04-05  Sebastien Pouliot  <sebastien@ximian.com>
 
        * InternalWebResponseStreamWrapper.cs: Move back to