Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2006-01-31 01:32:30 +0300
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2006-01-31 01:32:30 +0300
commit470d9252a8616c1bd033d3026caa3ba91e298ad8 (patch)
tree56bab40174b59cdeb0d4f0bbf58b8110952e6462 /mcs/class/System.Web/System.Web.Hosting/SimpleWorkerRequest.cs
parentdab99f743320319a15ee0308a7208c432ae673f5 (diff)
2006-01-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* VirtualPathProvider.cs: implemented OpenFile. * VirtualFile.cs: removed stuff cut&pasted from VirtualDirectory. * SimpleWorkerRequest.cs: * HostingEnvironment.cs: class status fixes. svn path=/trunk/mcs/; revision=56295
Diffstat (limited to 'mcs/class/System.Web/System.Web.Hosting/SimpleWorkerRequest.cs')
-rw-r--r--mcs/class/System.Web/System.Web.Hosting/SimpleWorkerRequest.cs6
1 files changed, 6 insertions, 0 deletions
diff --git a/mcs/class/System.Web/System.Web.Hosting/SimpleWorkerRequest.cs b/mcs/class/System.Web/System.Web.Hosting/SimpleWorkerRequest.cs
index c788d2adc16..a79587e968b 100644
--- a/mcs/class/System.Web/System.Web.Hosting/SimpleWorkerRequest.cs
+++ b/mcs/class/System.Web/System.Web.Hosting/SimpleWorkerRequest.cs
@@ -113,6 +113,12 @@ namespace System.Web.Hosting {
return null;
}
}
+#if NET_2_0
+ [MonoTODO ("Gets the virtual path to the root web.config")]
+ public override string RootWebConfigPath {
+ get { return null; }
+ }
+#endif
public override void EndOfRequest ()
{