Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAtsushi Eno <atsushieno@gmail.com>2010-07-14 22:24:54 +0400
committerAtsushi Eno <atsushieno@gmail.com>2010-07-14 22:24:54 +0400
commitcee551a2f4eb5295434a2ab65739c47f99f2ec68 (patch)
treeda82266f0002618a7c6f530fdbf0e91ddf9da9ca /mcs/class/System.ServiceModel.Web/System.ServiceModel.Dispatcher/ChangeLog
parent64372ac47a02f00eaffdb4028673f285065aec0a (diff)
2010-07-14 Atsushi Enomoto <atsushi@ximian.com>
* WebMessageEncoder.cs : support Raw message in ReadMessage() too. Allow null content type. * WebMessageFormatter.cs : do not depend on WebOperationContext. add support for Raw format request. * WebMessageEncodingBindingElementTest.cs : add test for null content type for ReadMessage() (allowed), * WebHttpBehaviorTest.cs : add test for deserializing Raw request message too. svn path=/trunk/mcs/; revision=160377
Diffstat (limited to 'mcs/class/System.ServiceModel.Web/System.ServiceModel.Dispatcher/ChangeLog')
-rw-r--r--mcs/class/System.ServiceModel.Web/System.ServiceModel.Dispatcher/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/mcs/class/System.ServiceModel.Web/System.ServiceModel.Dispatcher/ChangeLog b/mcs/class/System.ServiceModel.Web/System.ServiceModel.Dispatcher/ChangeLog
index 0110de19f4d..7bb676199a9 100644
--- a/mcs/class/System.ServiceModel.Web/System.ServiceModel.Dispatcher/ChangeLog
+++ b/mcs/class/System.ServiceModel.Web/System.ServiceModel.Dispatcher/ChangeLog
@@ -1,5 +1,10 @@
2010-07-14 Atsushi Enomoto <atsushi@ximian.com>
+ * WebMessageFormatter.cs : do not depend on WebOperationContext.
+ add support for Raw format request.
+
+2010-07-14 Atsushi Enomoto <atsushi@ximian.com>
+
* WebMessageFormatter.cs : add support for Raw format.
2010-07-06 Atsushi Enomoto <atsushi@ximian.com>