2009-08-24 Atsushi Enomoto <atsushi@ximian.com>
authorAtsushi Eno <atsushieno@gmail.com>
Mon, 24 Aug 2009 08:57:57 +0000 (08:57 -0000)
committerAtsushi Eno <atsushieno@gmail.com>
Mon, 24 Aug 2009 08:57:57 +0000 (08:57 -0000)
commitc9a4b1c1ca4938cb035cb9620edcf732d50f5e0b
tree2c9cd2c870126766ae8a698ca8985d6f64bf7f38
parent329379f739ad0ad77be1f6ecad90f963e996cdcb
2009-08-24  Atsushi Enomoto  <atsushi@ximian.com>

* ClientRuntimeChannel.cs, DuplexClientRuntimeChannel.cs : split out
  from former to latter and implemented most part of listener part.
  Make sure to open internal channel at base ClientRuntimeChannel.
* ClientProxyGenerator.cs : minimize !NET_2_1 to here.

* System.ServiceModel.dll.sources: added
  DuplexClientRuntimeChannel.cs and CallbackInstanceContextProvider.cs.

svn path=/trunk/mcs/; revision=140478
mcs/class/System.ServiceModel/ChangeLog
mcs/class/System.ServiceModel/System.ServiceModel.dll.sources
mcs/class/System.ServiceModel/System.ServiceModel/ChangeLog
mcs/class/System.ServiceModel/System.ServiceModel/ClientProxyGenerator.cs
mcs/class/System.ServiceModel/System.ServiceModel/ClientRuntimeChannel.cs
mcs/class/System.ServiceModel/System.ServiceModel/DuplexClientRuntimeChannel.cs [new file with mode: 0644]