2009-08-11 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / System.ServiceModel / System.ServiceModel / ChangeLog
index 10493c46781e6f76f47d1621994fcaa7111294dc..163aec3ce84900f81585393da65c145fc32fa75e 100755 (executable)
@@ -1,3 +1,28 @@
+2009-08-11  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * ServiceHostBase.cs : use new IOperationInvoker implementation.
+
+2009-08-07  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * ServiceRuntimeChannel.cs : change .ctor() args.
+         Add proxy hook methods that simply calls those in callback
+         ClientRuntimeChannel.
+
+2009-08-07  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * ServiceHostBase.cs : create callback runtime here, if required.
+
+2009-08-07  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * ClientRuntimeChannel.cs : factory was not fully optional. Add
+         contextChannel argument to make room for duplex callback channel.
+
+2009-08-07  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * ClientProxyGenerator.cs : split client-specific code generation
+         from those common to service callback generation.
+       * ServiceProxyGenerator.cs : new file, uses common basis above.
+
 2009-08-07  Atsushi Enomoto  <atsushi@ximian.com>
 
        * ServiceRuntimeChannel.cs : created derived duplex type.