Add MonoHttp: a scripted copy of the HttpListener core that works in 1.0 for the...
commit448d7c2cd7f751ee2cc435f5d38c661a3751a113
authorMichael Hutchinson <mhutchinson@novell.com>
Wed, 17 Sep 2008 23:52:10 +0000 (17 23:52 -0000)
committerMichael Hutchinson <mhutchinson@novell.com>
Wed, 17 Sep 2008 23:52:10 +0000 (17 23:52 -0000)
treeb40e4eb3720195dac180fbc52745a2ddaa7bc5a9
parent96c4a7d4b9adac7110deaaa8b432e807468eb08d
Add MonoHttp: a scripted copy of the HttpListener core that works in 1.0 for the channel

svn path=/branches/mono-2-0/mcs/; revision=113366
26 files changed:
mcs/class/System.Runtime.Remoting/MonoHttp/AuthenticationSchemeSelector.cs [new file with mode: 0644]
mcs/class/System.Runtime.Remoting/MonoHttp/AuthenticationSchemes.cs [new file with mode: 0644]
mcs/class/System.Runtime.Remoting/MonoHttp/ChunkStream.cs [new file with mode: 0644]
mcs/class/System.Runtime.Remoting/MonoHttp/ChunkedInputStream.cs [new file with mode: 0644]
mcs/class/System.Runtime.Remoting/MonoHttp/EndPointListener.cs [new file with mode: 0644]
mcs/class/System.Runtime.Remoting/MonoHttp/EndPointManager.cs [new file with mode: 0644]
mcs/class/System.Runtime.Remoting/MonoHttp/HttpConnection.cs [new file with mode: 0644]
mcs/class/System.Runtime.Remoting/MonoHttp/HttpListener.cs [new file with mode: 0644]
mcs/class/System.Runtime.Remoting/MonoHttp/HttpListenerBasicIdentity.cs [new file with mode: 0644]
mcs/class/System.Runtime.Remoting/MonoHttp/HttpListenerContext.cs [new file with mode: 0644]
mcs/class/System.Runtime.Remoting/MonoHttp/HttpListenerException.cs [new file with mode: 0644]
mcs/class/System.Runtime.Remoting/MonoHttp/HttpListenerPrefix.cs [new file with mode: 0644]
mcs/class/System.Runtime.Remoting/MonoHttp/HttpListenerPrefixCollection.cs [new file with mode: 0644]
mcs/class/System.Runtime.Remoting/MonoHttp/HttpListenerRequest.cs [new file with mode: 0644]
mcs/class/System.Runtime.Remoting/MonoHttp/HttpListenerResponse.cs [new file with mode: 0644]
mcs/class/System.Runtime.Remoting/MonoHttp/HttpRequestHeader.cs [new file with mode: 0644]
mcs/class/System.Runtime.Remoting/MonoHttp/HttpResponseHeader.cs [new file with mode: 0644]
mcs/class/System.Runtime.Remoting/MonoHttp/HttpStreamAsyncResult.cs [new file with mode: 0644]
mcs/class/System.Runtime.Remoting/MonoHttp/HttpUtility.cs [new file with mode: 0644]
mcs/class/System.Runtime.Remoting/MonoHttp/ListenerAsyncResult.cs [new file with mode: 0644]
mcs/class/System.Runtime.Remoting/MonoHttp/ListenerPrefix.cs [new file with mode: 0644]
mcs/class/System.Runtime.Remoting/MonoHttp/RequestStream.cs [new file with mode: 0644]
mcs/class/System.Runtime.Remoting/MonoHttp/ResponseStream.cs [new file with mode: 0644]
mcs/class/System.Runtime.Remoting/MonoHttp/Utility.cs [new file with mode: 0644]
mcs/class/System.Runtime.Remoting/MonoHttp/WebHeaderCollection.cs [new file with mode: 0644]
mcs/class/System.Runtime.Remoting/get_mono_http [new file with mode: 0644]