2009-01-26 Rolf Bjarne Kvinge * WebClient_2_1.cs: Ensure we don't let exceptions go to native code. * HttpWebRequest_2_1.cs: Add AllowReadStreamBuffering. 2009-01-21 Geoff Norton * WebClient_2_1.cs: Make the ManualResetEvent local to the callback because a WebClient can be reused causing a wait-handle race here allowing a delegate to get collected causing a crash. 2009-01-21 Chris Toshok * WebClient_2_1.cs: add 1 method back in, CancelAsync. 2009-01-12 Geoff Norton * WebClient_2.1.cs: SL2 webclient supports BaseAddress. 2008-10-16 Jb Evain * WebHeaderCollection_2_1.cs: update to SL2 api. 2008-10-16 Jb Evain * WebResponse_2_1.cs: update API to SL2. 2008-08-21 Stephane Delcroix * WebClient_2_1.cs: set the address on OpenReadCompletedEventArgs ctor. 2008-08-21 Stephane Delcroix * WebClient_2_1.cs: enable the DownloadStringAsync code 2008-08-19 Geoff Norton * WebClient_2_1.cs: Keep a reference to the tick callback until its completed. 2008-08-18 Geoff Norton * WebRequest_2_1.cs: Set a delegate callback for BrowserHttpWebRequest to update progress. * WebClient_2_1.cs: Refactor the OnDownloadedChanged method, as its already emitting on the right thread. Clean up the OnOpenReadCompleted method. Set a delegate callback for BrowserHttpWebRequest to updated Progress. 2008-08-17 Geoff Norton * WebRequest_2_1.cs: We support relative URI's now. 2008-08-14 Geoff Norton * WebClient_2_1.cs: A dirty hack to emit the events on the proper thread until we can figure out exactly how to leverage Dispatcher over here. 2008-06-18 Stephane Delcroix * WebRequest_2_1.cs: Load BrowserHttpWebRequest from the right assembly 2008-06-10 Stephane Delcroix * DnsEndPoint_2_1.cs: embed an IPAddress and rely on IPEndPoint for serialization. 2008-06-04 Stephane Delcroix * DnsEndPoint_2_1.cs: new DnsEndPoint class for SL2b1 2008-04-13 Jb Evain * *_2_1.cs: move the specific 2.1 System.Net code to the assembly System.Net.