2010-07-05 Atsushi Enomoto <atsushi@ximian.com>
authorAtsushi Eno <atsushieno@gmail.com>
Mon, 5 Jul 2010 14:48:32 +0000 (14:48 -0000)
committerAtsushi Eno <atsushieno@gmail.com>
Mon, 5 Jul 2010 14:48:32 +0000 (14:48 -0000)
commit10e67ce38fbee44b3f5584d4f9df6de6c5f4cc5c
tree85da88560e2459c816606d95537e9dc1c3cf6ef3
parent559e30db3f2560725dd502cfe285c04291a5f7e2
2010-07-05  Atsushi Enomoto  <atsushi@ximian.com>

* HttpStandaloneReplyChannel.cs, HttpChannelListenerEntry.cs,
  HttpContextInfo.cs, HttpListenerManager.cs,
  HttpStandaloneRequestContext.cs, HttpListenerManagerTable.cs:
  Fixed wsdl support in the new codebase, so enabled it again, and
  made significant changes for ASP.NET integration. Now ASP.NET
  implementation switched to the new one.

* SvcHttpHandler.cs : add required code for new ASP.NET HTTP stack.
  Support for new and old stack (both) are temporarily enabled.
* HttpTransportBindingElement.cs : switch to new ASP.NET stack.

svn path=/trunk/mcs/; revision=159907
mcs/class/System.ServiceModel/System.ServiceModel.Channels.Http/ChangeLog
mcs/class/System.ServiceModel/System.ServiceModel.Channels.Http/HttpChannelListenerEntry.cs
mcs/class/System.ServiceModel/System.ServiceModel.Channels.Http/HttpContextInfo.cs
mcs/class/System.ServiceModel/System.ServiceModel.Channels.Http/HttpListenerManager.cs
mcs/class/System.ServiceModel/System.ServiceModel.Channels.Http/HttpListenerManagerTable.cs
mcs/class/System.ServiceModel/System.ServiceModel.Channels.Http/HttpStandaloneReplyChannel.cs
mcs/class/System.ServiceModel/System.ServiceModel.Channels.Http/HttpStandaloneRequestContext.cs
mcs/class/System.ServiceModel/System.ServiceModel.Channels/ChangeLog
mcs/class/System.ServiceModel/System.ServiceModel.Channels/HttpTransportBindingElement.cs
mcs/class/System.ServiceModel/System.ServiceModel.Channels/SvcHttpHandler.cs