Imported Upstream version 4.0.0~alpha1

Former-commit-id: 806294f5ded97629b74c85c09952f2a74fe182d9
This commit is contained in:
Jo Shields
2015-04-07 09:35:12 +01:00
parent 283343f570
commit 3c1f479b9d
22469 changed files with 2931443 additions and 869343 deletions

View File

@@ -31,7 +31,6 @@
using System;
using System.Configuration;
#if NET_2_0
namespace System.Web.Services.Configuration {
@@ -61,5 +60,4 @@ namespace System.Web.Services.Configuration {
}
#endif

View File

@@ -28,7 +28,6 @@
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//
#if NET_2_0
namespace System.Web.Services.Configuration {
public enum PriorityGroup {
@@ -37,4 +36,3 @@ namespace System.Web.Services.Configuration {
}
}
#endif

View File

@@ -31,7 +31,6 @@
using System;
using System.Configuration;
#if NET_2_0
namespace System.Web.Services.Configuration {
@@ -73,5 +72,4 @@ namespace System.Web.Services.Configuration {
}
#endif

View File

@@ -32,7 +32,6 @@ using System;
using System.Collections;
using System.Configuration;
#if NET_2_0
namespace System.Web.Services.Configuration {
@@ -113,5 +112,4 @@ namespace System.Web.Services.Configuration {
}
#endif

View File

@@ -32,7 +32,6 @@ using System;
using System.Configuration;
using System.ComponentModel;
#if NET_2_0
namespace System.Web.Services.Configuration {
@@ -91,5 +90,4 @@ namespace System.Web.Services.Configuration {
}
#endif

View File

@@ -35,7 +35,6 @@ using System.ComponentModel;
using System.Globalization;
using System.Security.Permissions;
#if NET_2_0
namespace System.Web.Services.Configuration {
@@ -112,5 +111,4 @@ namespace System.Web.Services.Configuration {
}
}
#endif

View File

@@ -32,7 +32,6 @@ using System;
using System.Collections;
using System.Configuration;
#if NET_2_0
namespace System.Web.Services.Configuration {
@@ -113,5 +112,4 @@ namespace System.Web.Services.Configuration {
}
#endif

View File

@@ -32,7 +32,6 @@ using System;
using System.Configuration;
using System.ComponentModel;
#if NET_2_0
namespace System.Web.Services.Configuration {
@@ -81,5 +80,4 @@ namespace System.Web.Services.Configuration {
}
#endif

View File

@@ -32,7 +32,6 @@ using System;
using System.Collections;
using System.Configuration;
#if NET_2_0
namespace System.Web.Services.Configuration {
@@ -113,5 +112,4 @@ namespace System.Web.Services.Configuration {
}
#endif

View File

@@ -34,7 +34,6 @@ using System.ComponentModel;
using System.Globalization;
using System.Security.Permissions;
#if NET_2_0
namespace System.Web.Services.Configuration
{
@@ -78,5 +77,4 @@ namespace System.Web.Services.Configuration
}
}
#endif

View File

@@ -28,7 +28,6 @@
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//
#if NET_2_0
namespace System.Web.Services.Configuration {
@@ -45,4 +44,3 @@ namespace System.Web.Services.Configuration {
}
}
#endif

View File

@@ -78,16 +78,6 @@ namespace System.Web.Services.Configuration
WSProtocol proto;
error = null;
#if ONLY_1_1
switch (protoName) {
case "HttpSoap1.2":
protoName = "HttpSoap12";
break;
case "HttpSoap12":
protoName = null;
break;
}
#endif
try {
proto = (WSProtocol) Enum.Parse (typeof (WSProtocol), protoName);
} catch {

View File

@@ -28,7 +28,6 @@
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//
#if NET_2_0
using System;
using System.Configuration;
@@ -190,4 +189,3 @@ namespace System.Web.Services.Configuration
}
#endif

View File

@@ -32,7 +32,6 @@ using System;
using System.Configuration;
using System.Xml;
#if NET_2_0
namespace System.Web.Services.Configuration {
@@ -80,5 +79,4 @@ namespace System.Web.Services.Configuration {
}
#endif

View File

@@ -32,7 +32,6 @@ using System;
using System.Configuration;
using System.Web.Services;
#if NET_2_0
namespace System.Web.Services.Configuration {
@@ -76,5 +75,4 @@ namespace System.Web.Services.Configuration {
}
#endif

View File

@@ -32,7 +32,6 @@ using System;
using System.Collections;
using System.Configuration;
#if NET_2_0
namespace System.Web.Services.Configuration {
@@ -115,5 +114,4 @@ namespace System.Web.Services.Configuration {
}
#endif