Fix build as HttpListener now depends on X509Certificate2, which can't be build on...
authorSebastien Pouliot <sebastien@ximian.com>
Sat, 23 Dec 2006 04:34:08 +0000 (04:34 -0000)
committerSebastien Pouliot <sebastien@ximian.com>
Sat, 23 Dec 2006 04:34:08 +0000 (04:34 -0000)
commit7da033a75a92da379a8fbf862ef31a901a1b4c6f
treed53f0c31ebf0611164dfa7555b970ea6adcb3a3b
parent395703e5033194660056c06860ca2acb96b48ae9
Fix build as HttpListener now depends on X509Certificate2, which can't be build on the first time for 2.0... bla bla bla, and lot of other stuff depends on it

svn path=/trunk/mcs/; revision=69982
13 files changed:
mcs/class/System/System.Net/AuthenticationSchemeSelector.cs
mcs/class/System/System.Net/ChunkedInputStream.cs
mcs/class/System/System.Net/EndPointListener.cs
mcs/class/System/System.Net/EndPointManager.cs
mcs/class/System/System.Net/HttpConnection.cs
mcs/class/System/System.Net/HttpListener.cs
mcs/class/System/System.Net/HttpListenerContext.cs
mcs/class/System/System.Net/HttpListenerPrefixCollection.cs
mcs/class/System/System.Net/HttpListenerRequest.cs
mcs/class/System/System.Net/HttpListenerResponse.cs
mcs/class/System/System.Net/ListenerAsyncResult.cs
mcs/class/System/System.Net/ListenerPrefix.cs
mcs/class/System/System.Net/ResponseStream.cs