2010-03-02 Atsushi Enomoto <atsushi@ximian.com>
authorAtsushi Eno <atsushieno@gmail.com>
Tue, 2 Mar 2010 07:46:25 +0000 (07:46 -0000)
committerAtsushi Eno <atsushieno@gmail.com>
Tue, 2 Mar 2010 07:46:25 +0000 (07:46 -0000)
commit3c732b3a95d814ab06ef40b9f0eafe0113cdc940
tree77fa4ed3231db9a241bf82abf9d86a689cdc2295
parentb01722b9d2467f42831f692e075172496e5ce6fc
2010-03-02  Atsushi Enomoto  <atsushi@ximian.com>

* EncodingConverter.cs, WebHttpBindingElement.cs,
  WebHttpSecurityElement.cs : implement OnApplyConfiguration(), fill
  some TypeConverters, and fix BindingElementType, based on the patch
  by Sander Rijken.

2010-03-01  Sander Rijken  <sr@d-90.nl>

* webHttpBinding, webHttpBinding.config : new test files.

2010-03-01  Sander Rijken  <sr@d-90.nl>

* WebHttpBindingElementTest.cs : new test.

2010-03-02  Atsushi Enomoto  <atsushi@ximian.com>

* System.ServiceModel.Web_test.dll.sources : add new test.
* Makefile : add new extra dist.

svn path=/trunk/mcs/; revision=152807
12 files changed:
mcs/class/System.ServiceModel.Web/ChangeLog
mcs/class/System.ServiceModel.Web/Makefile
mcs/class/System.ServiceModel.Web/System.ServiceModel.Configuration/ChangeLog
mcs/class/System.ServiceModel.Web/System.ServiceModel.Configuration/EncodingConverter.cs [new file with mode: 0644]
mcs/class/System.ServiceModel.Web/System.ServiceModel.Configuration/WebHttpBindingElement.cs
mcs/class/System.ServiceModel.Web/System.ServiceModel.Configuration/WebHttpSecurityElement.cs
mcs/class/System.ServiceModel.Web/System.ServiceModel.Web_test.dll.sources
mcs/class/System.ServiceModel.Web/Test/System.ServiceModel.Configuration/ChangeLog [new file with mode: 0644]
mcs/class/System.ServiceModel.Web/Test/System.ServiceModel.Configuration/WebHttpBindingElementTest.cs [new file with mode: 0755]
mcs/class/System.ServiceModel.Web/Test/config/ChangeLog [new file with mode: 0644]
mcs/class/System.ServiceModel.Web/Test/config/webHttpBinding [new file with mode: 0644]
mcs/class/System.ServiceModel.Web/Test/config/webHttpBinding.config [new file with mode: 0644]