2009-07-17 Atsushi Enomoto <atsushi@ximian.com>
authorAtsushi Eno <atsushieno@gmail.com>
Fri, 17 Jul 2009 13:45:19 +0000 (13:45 -0000)
committerAtsushi Eno <atsushieno@gmail.com>
Fri, 17 Jul 2009 13:45:19 +0000 (13:45 -0000)
commitb10ae223172813ef0617bddbe0c9d1a0b38899dd
tree9b570fa7817aebad9d7b6e7550c37ceed8bd1230
parent25e1fd20dc4bdb888c08aa2bad6ca90c56684054
2009-07-17  Atsushi Enomoto  <atsushi@ximian.com>

* TcpRequestChannel.cs : new channel file (TCP for request/reply
  messaging pattern). The messaging part is not working yet.
* TcpChannelFactory.cs : support IRequestChannel.
* TcpDuplexSessionChannel.cs : add unsized message support.

* System.ServiceModel.dll.sources: add TcpRequestChannel.

svn path=/trunk/mcs/; revision=138125
mcs/class/System.ServiceModel/ChangeLog
mcs/class/System.ServiceModel/System.ServiceModel.Channels/ChangeLog
mcs/class/System.ServiceModel/System.ServiceModel.Channels/TcpChannelFactory.cs
mcs/class/System.ServiceModel/System.ServiceModel.Channels/TcpDuplexSessionChannel.cs
mcs/class/System.ServiceModel/System.ServiceModel.Channels/TcpRequestChannel.cs [new file with mode: 0644]
mcs/class/System.ServiceModel/System.ServiceModel.dll.sources