2010-06-23 Atsushi Enomoto <atsushi@ximian.com>
commit183105f17928f841f0d99313cc596cf619fecc34
authorAtsushi Eno <atsushieno@gmail.com>
Wed, 23 Jun 2010 17:09:10 +0000 (23 17:09 -0000)
committerAtsushi Eno <atsushieno@gmail.com>
Wed, 23 Jun 2010 17:09:10 +0000 (23 17:09 -0000)
treef1030d91b53ad2f4ccd4811b5a96d36b95ad3b25
parentb34ee5f60611886990b39ab5fda526cbb9bff6c5
2010-06-23  Atsushi Enomoto  <atsushi@ximian.com>

* HttpStandaloneChannelListener.cs
  HttpStandaloneReplyChannel.cs
  HttpStandaloneRequestContext.cs
  HttpListenerManagerTable.cs
  HttpChannelListenerEntry.cs
  HttpContextInfo.cs
  HttpListenerManager.cs :
  Refresh implementation for HTTP channel listener in new namespace,
  which works fine with throttling.

  It still has some issue in closing channels or listeners, so it
  does not replace existing implementation yet.

svn path=/trunk/mcs/; revision=159439
mcs/class/System.ServiceModel/System.ServiceModel.Channels.Http/ChangeLog [new file with mode: 0644]
mcs/class/System.ServiceModel/System.ServiceModel.Channels.Http/HttpChannelListenerEntry.cs [new file with mode: 0644]
mcs/class/System.ServiceModel/System.ServiceModel.Channels.Http/HttpContextInfo.cs [new file with mode: 0644]
mcs/class/System.ServiceModel/System.ServiceModel.Channels.Http/HttpListenerManager.cs [new file with mode: 0644]
mcs/class/System.ServiceModel/System.ServiceModel.Channels.Http/HttpListenerManagerTable.cs [new file with mode: 0644]
mcs/class/System.ServiceModel/System.ServiceModel.Channels.Http/HttpStandaloneChannelListener.cs [new file with mode: 0644]
mcs/class/System.ServiceModel/System.ServiceModel.Channels.Http/HttpStandaloneReplyChannel.cs [new file with mode: 0644]
mcs/class/System.ServiceModel/System.ServiceModel.Channels.Http/HttpStandaloneRequestContext.cs [new file with mode: 0644]