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