2010-02-26 Atsushi Enomoto <atsushi@ximian.com>
authorAtsushi Eno <atsushieno@gmail.com>
Thu, 25 Feb 2010 23:32:14 +0000 (23:32 -0000)
committerAtsushi Eno <atsushieno@gmail.com>
Thu, 25 Feb 2010 23:32:14 +0000 (23:32 -0000)
commit59f97b938424605ea8b1f0a25dc0c6722ee5eb43
tree16087868d386459cd1664f1792df68106f5857e4
parent27a50631f4f555d6e81d1ad18c57b263fa96a6f5
2010-02-26  Atsushi Enomoto  <atsushi@ximian.com>

* ServiceRuntimeChannel.cs, DuplexChannelFactory.cs,
  DuplexClientRuntimeChannel.cs, ClientRuntimeChannel.cs,
  ClientProxyGenerator.cs, ClientBase.cs : add workaround fix for
  bug #571907, making [Duplex]ClientRuntimeChannel public.

  Generated proxy type must be stored to not get GCed.

svn path=/trunk/mcs/; revision=152513
mcs/class/System.ServiceModel/System.ServiceModel/ChangeLog
mcs/class/System.ServiceModel/System.ServiceModel/ClientBase.cs
mcs/class/System.ServiceModel/System.ServiceModel/ClientProxyGenerator.cs
mcs/class/System.ServiceModel/System.ServiceModel/ClientRuntimeChannel.cs
mcs/class/System.ServiceModel/System.ServiceModel/DuplexChannelFactory.cs
mcs/class/System.ServiceModel/System.ServiceModel/DuplexClientRuntimeChannel.cs
mcs/class/System.ServiceModel/System.ServiceModel/ServiceRuntimeChannel.cs