Browse Source

Adding ServerVariablesCollection.

svn path=/trunk/mcs/; revision=29019
Alon Gazit 21 years ago
parent
commit
b78bafeecd
2 changed files with 5 additions and 0 deletions
  1. 4 0
      mcs/class/System.Web/ChangeLog
  2. 1 0
      mcs/class/System.Web/System.Web.dll.sources

+ 4 - 0
mcs/class/System.Web/ChangeLog

@@ -1,3 +1,7 @@
+2004-06-08  Alon Gazit <[email protected]>
+
+	* System.Web.dll.sources: added ServerVariablesCollection.
+
 2004-06-08  Gonzalo Paniagua Javier <[email protected]>
 
 	* System.Web.dll.sources: removed CSCompiler.cs

+ 1 - 0
mcs/class/System.Web/System.Web.dll.sources

@@ -54,6 +54,7 @@ System.Web/ProcessModelInfo.cs
 System.Web/ProcessShutdownReason.cs
 System.Web/ProcessStatus.cs
 System.Web/QueueManager.cs
+System.Web/ServerVariablesCollection.cs
 System.Web/StaticFileHandler.cs
 System.Web/TODOAttribute.cs
 System.Web/TimeoutManager.cs