Moved ProviderCollectionTest.cs from System assembly to System.Configuration.
[mono.git] / mcs / class / System.ServiceModel.Web / System.ServiceModel / ChangeLog
1 2008-04-13  Igor Zelmanovich <igorz@mainsoft.com>
2
3         * WebHttpBinding.cs:
4         consider fixed API in BindingElementCollection class.                   
5
6 2008-02-14  Atsushi Enomoto  <atsushi@ximian.com>
7
8         * WebHttpBinding.cs : implemented every remaining member but
9           configuration support.
10         * WebHttpSecurity.cs : implement Transport.
11
12 2008-02-12  Atsushi Enomoto  <atsushi@ximian.com>
13
14         * WebHttpBinding.cs : use ManualAddressing.
15
16 2008-02-08  Atsushi Enomoto  <atsushi@ximian.com>
17
18         * WebHttpBinding.cs : Scheme could be HTTPS.
19           it implements IBindingRuntimePreferences.
20
21 2008-02-06  Atsushi Enomoto  <atsushi@ximian.com>
22
23         * WebHttpSecurity.cs, WebHttpBinding.cs, WebHttpSecurityMode.cs:
24           added missing file headers.
25
26 2008-02-05  Atsushi Enomoto  <atsushi@ximian.com>
27
28         * WebHttpBinding.cs : rewrote most of properties to reuse
29           HttpTransportBindingElement. Implemented couple more of members.
30
31 2007-12-07  Atsushi Enomoto  <atsushi@ximian.com>
32
33         * WebHttpBinding.cs WebHttpSecurity.cs WebHttpSecurityMode.cs:
34           stubs.