Add missing .NET 4.5 APIs
commit4db812ca7e6c4d4f8a43e6a40adeb8c111f0ddc0
authorMartin Baulig <martin.baulig@xamarin.com>
Mon, 2 Sep 2013 15:31:33 +0000 (2 17:31 +0200)
committerMartin Baulig <martin.baulig@xamarin.com>
Mon, 2 Sep 2013 19:52:13 +0000 (2 21:52 +0200)
tree07c3e7dcffea9941abb5b7a7ceb87f774bd83e0d
parent5178f29c4b3b6c31b88357d9c126af707a27992b
Add missing .NET 4.5 APIs

* System.Text.RegularExpressions.Regex.InfiniteMatchTimeout
* System.Net.HttpStatusCode.UpgradeRequired
* Add System.Reflection.TypeAttributes.WindowsRuntime
* System.Runtime.GCLatencyMode.SustainedLowLatency
* System.UriComponents.NormalizedHost
mcs/class/System.ServiceModel/System.ServiceModel/NetTcpBinding.cs
mcs/class/System/System.Net/HttpStatusCode.cs
mcs/class/System/System.Text.RegularExpressions/Regex.cs
mcs/class/System/System/UriComponents.cs
mcs/class/corlib/System.Reflection/TypeAttributes.cs
mcs/class/corlib/System.Runtime/GCLatencyMode.cs