2.1 profile uses an Address property in OpenReadCompletedEventArgs
[mono.git] / mcs / class / System.Net / System.Net / ChangeLog
1 2008-08-21  Stephane Delcroix  <sdelcroix@novell.com>
2
3         * WebClient_2_1.cs: set the address on OpenReadCompletedEventArgs
4         ctor.
5
6 2008-08-21  Stephane Delcroix  <sdelcroix@novell.com>
7
8         * WebClient_2_1.cs: enable the DownloadStringAsync code
9
10 2008-08-19  Geoff Norton  <gnorton@novell.com>
11
12         * WebClient_2_1.cs: Keep a reference to the tick callback until its completed.
13
14 2008-08-18  Geoff Norton  <gnorton@novell.com>
15
16         * WebRequest_2_1.cs: Set a delegate callback for BrowserHttpWebRequest
17         to update progress.
18         * WebClient_2_1.cs: Refactor the OnDownloadedChanged method, as its already
19         emitting on the right thread.  Clean up the OnOpenReadCompleted method.
20         Set a delegate callback for BrowserHttpWebRequest to updated Progress.
21
22 2008-08-17  Geoff Norton  <gnorton@novell.com>
23
24         * WebRequest_2_1.cs: We support relative URI's now.
25
26 2008-08-14  Geoff Norton  <gnorton@novell.com>
27
28         * WebClient_2_1.cs: A dirty hack to emit the events on the proper thread
29         until we can figure out exactly how to leverage Dispatcher over here.
30
31 2008-06-18  Stephane Delcroix  <sdelcroix@novell.com>
32
33         * WebRequest_2_1.cs: Load BrowserHttpWebRequest from the right assembly
34
35 2008-06-10  Stephane Delcroix  <sdelcroix@novell.com>
36
37         * DnsEndPoint_2_1.cs: embed an IPAddress and rely on IPEndPoint
38         for serialization.
39
40 2008-06-04  Stephane Delcroix  <sdelcroix@novell.com>
41
42         * DnsEndPoint_2_1.cs: new DnsEndPoint class for SL2b1
43
44 2008-04-13  Jb Evain  <jbevain@novell.com>
45
46         * *_2_1.cs: move the specific 2.1 System.Net code to the
47         assembly System.Net.