summaryrefslogtreecommitdiff
path: root/mcs/class/System.Web/System.Web/HttpHeaderCollection.cs
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System.Web/System.Web/HttpHeaderCollection.cs')
-rw-r--r--mcs/class/System.Web/System.Web/HttpHeaderCollection.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/mcs/class/System.Web/System.Web/HttpHeaderCollection.cs b/mcs/class/System.Web/System.Web/HttpHeaderCollection.cs
index 6bc6917339..b015d16ef6 100644
--- a/mcs/class/System.Web/System.Web/HttpHeaderCollection.cs
+++ b/mcs/class/System.Web/System.Web/HttpHeaderCollection.cs
@@ -34,6 +34,10 @@ namespace System.Web
{
bool? headerCheckingEnabled;
+ public HttpHeaderCollection () : base (StringComparer.OrdinalIgnoreCase)
+ {
+ }
+
bool HeaderCheckingEnabled {
get {
if (headerCheckingEnabled == null)