[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.Net / System.Net / ChangeLog
index d0c9688538c5d70aadf4975caa5403dba8c64c35..3c83f75effdc4417f96f67abc47c5382ce43a022 100644 (file)
@@ -1,3 +1,46 @@
+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 
+       System.Windows.dll
+
+2010-03-19  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * HttpWebRequest_2_1.cs: AllowWriteStreamBuffering getter/setter
+       throws NIE by default (must be overridden). Revert Accept and
+       ContentType behavior to SL2 (identical to SL4 but different from
+       SL3). 
+       * WebClient_2_1.cs: Initialize UseDefaultCredentials to true. Set
+       the properties when creating a new WebRequest
+
+2010-03-18  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * HttpWebRequest_2_1.cs: Add SL4 RC AllowWriteStreamBuffering and
+       SupportsCookieContainer properties.
+       * WebClient_2_1.cs: Add SL4 RC AllowWriteStreamBuffering and 
+       UseDefaultCredentials properties.
+       * WebHeaderCollection_2_1.cs: Authorization and Proxy-Authorization
+       are valid (i.e. usable) headers in SL4 (in both stacks)
+
 2010-03-16  Rolf Bjarne Kvinge  <RKvinge@novell.com>
 
        * WebRequest_2_1.cs: Added UseDefaultCredentials property.