Author: atsushi
Date: 2008-02-15 14:58:07 -0500 (Fri, 15 Feb 2008)
New Revision: 95814

Modified:
   trunk/olive/class/System.ServiceModel/System.ServiceModel.Channels/ChangeLog
   
trunk/olive/class/System.ServiceModel/System.ServiceModel.Channels/HttpRequestChannel.cs
Log:
2008-02-15  Atsushi Enomoto  <[EMAIL PROTECTED]>

        * HttpRequestChannel.cs : pass response ContentType to ReadMessage().



Modified: 
trunk/olive/class/System.ServiceModel/System.ServiceModel.Channels/ChangeLog
===================================================================
--- 
trunk/olive/class/System.ServiceModel/System.ServiceModel.Channels/ChangeLog    
    2008-02-15 19:56:34 UTC (rev 95813)
+++ 
trunk/olive/class/System.ServiceModel/System.ServiceModel.Channels/ChangeLog    
    2008-02-15 19:58:07 UTC (rev 95814)
@@ -1,5 +1,9 @@
 2008-02-15  Atsushi Enomoto  <[EMAIL PROTECTED]>
 
+       * HttpRequestChannel.cs : pass response ContentType to ReadMessage().
+
+2008-02-15  Atsushi Enomoto  <[EMAIL PROTECTED]>
+
        * HttpRequestChannel.cs : create WebRequest against To message header
          item (if exists).
          Consider HttpRequestMessageProperty.

Modified: 
trunk/olive/class/System.ServiceModel/System.ServiceModel.Channels/HttpRequestChannel.cs
===================================================================
--- 
trunk/olive/class/System.ServiceModel/System.ServiceModel.Channels/HttpRequestChannel.cs
    2008-02-15 19:56:34 UTC (rev 95813)
+++ 
trunk/olive/class/System.ServiceModel/System.ServiceModel.Channels/HttpRequestChannel.cs
    2008-02-15 19:58:07 UTC (rev 95814)
@@ -144,7 +144,7 @@
 
                                        Message ret = Encoder.ReadMessage (
                                                //responseStream, 
MaxSizeOfHeaders);
-                                               ms, MaxSizeOfHeaders);
+                                               ms, MaxSizeOfHeaders, 
res.ContentType);
 /*
 MessageBuffer buf = ret.CreateBufferedCopy (0x10000);
 ret = buf.CreateMessage ();

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to