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:
authorMartin Thwaites <github@my2cents.co.uk>2014-10-21 00:34:27 +0400
committerMartin Thwaites <github@my2cents.co.uk>2014-10-21 00:34:27 +0400
commitce348f12da5fc1b01124f5dba41f7b8e636628b7 (patch)
tree208b75b04bd9faa45e1436aca618af3ac53aa0aa /mcs/class/System.Web.Abstractions
parent643ad918e0d048b04d99140c46233eb088cf0a36 (diff)
Removed erroneously added property to HttpRequestBase in pull #1353
Diffstat (limited to 'mcs/class/System.Web.Abstractions')
-rw-r--r--mcs/class/System.Web.Abstractions/System.Web/HttpRequestBase.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/mcs/class/System.Web.Abstractions/System.Web/HttpRequestBase.cs b/mcs/class/System.Web.Abstractions/System.Web/HttpRequestBase.cs
index e80cbe6ad62..3a31754b949 100644
--- a/mcs/class/System.Web.Abstractions/System.Web/HttpRequestBase.cs
+++ b/mcs/class/System.Web.Abstractions/System.Web/HttpRequestBase.cs
@@ -138,8 +138,6 @@ namespace System.Web
#if NET_4_5
public virtual ReadEntityBodyMode ReadEntityBodyMode { get { NotImplemented(); return ReadEntityBodyMode.Classic; } }
-
- public virtual UnvalidatedRequestValuesBase Unvalidated { get { NotImplemented (); return null; } }
#endif
public virtual Uri Url { get { NotImplemented (); return null; } }