[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.ServiceModel.Web / System.ServiceModel.Web / ChangeLog
index 775f9601b8ed4200d5f2fe5616d52b82e1b8c128..bfe015534ec369fc30e94223f3a55e78b7b970ad 100644 (file)
@@ -1,3 +1,37 @@
+2009-10-23  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * WebInvokeAttribute.cs
+         WebChannelFactory.cs
+         WebGetAttribute.cs
+         WebOperationContext.cs
+         IncomingWebResponseContext.cs
+         OutgoingWebRequestContext.cs :
+         Add experimental monotouch build.
+
+2009-10-09  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * WebServiceHost.cs : call base.OnOpening() here too.
+
+2009-09-04  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * OutgoingWebResponseContext.cs : add missing methods.
+
+2009-09-01  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * WebOperationContext.cs : Current is automatically created (even
+         without WebHttpBehavior or WebChannelFactory).
+       * IncomingWebRequestContext.cs, IncomingWebResponseContext.cs:
+         WebOperationContext could be created regardless of whether it is
+         request or not. So do not premise incoming members existence.
+
+2009-08-11  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * WebChannelFactory.cs : added missing constructors.
+
+2009-07-28  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * OutgoingWebRequestContext.cs : implement.
+
 2008-06-11  Noam Lampert <noaml@mainsoft.com>
 
        * WebServiceHost.cs: Open endpoint on BaseAddress if necessary