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:
Diffstat (limited to 'mcs/class/System.ServiceModel/System.ServiceModel.Configuration/ConfigUtil.cs')
-rw-r--r--mcs/class/System.ServiceModel/System.ServiceModel.Configuration/ConfigUtil.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/System.ServiceModel/System.ServiceModel.Configuration/ConfigUtil.cs b/mcs/class/System.ServiceModel/System.ServiceModel.Configuration/ConfigUtil.cs
index 43918f6f601..e034fca0e94 100644
--- a/mcs/class/System.ServiceModel/System.ServiceModel.Configuration/ConfigUtil.cs
+++ b/mcs/class/System.ServiceModel/System.ServiceModel.Configuration/ConfigUtil.cs
@@ -48,7 +48,7 @@ namespace System.ServiceModel.Configuration
#if !XAMMAC_4_5
static object GetSection (string name)
{
- if (ServiceHostingEnvironment.InAspNet)
+ if (ServiceHostingEnvironmentInternal.InAspNet)
return WebConfigurationManager.GetSection (name);
else
return ConfigurationManager.GetSection (name);