10 references to ServiceHostingEnvironmentSection
System.ServiceModel (6)
System\ServiceModel\Configuration\ServiceHostingEnvironmentSection.cs (4)
91
internal static
ServiceHostingEnvironmentSection
GetSection()
93
return (
ServiceHostingEnvironmentSection
)ConfigurationHelpers.GetSection(ConfigurationStrings.ServiceHostingEnvironmentSectionPath);
99
internal static
ServiceHostingEnvironmentSection
UnsafeGetSection()
101
return (
ServiceHostingEnvironmentSection
)ConfigurationHelpers.UnsafeGetSection(ConfigurationStrings.ServiceHostingEnvironmentSectionPath);
System\ServiceModel\Configuration\ServiceModelSectionGroup.cs (2)
45
public
ServiceHostingEnvironmentSection
ServiceHostingEnvironment
47
get { return (
ServiceHostingEnvironmentSection
)this.Sections[ConfigurationStrings.ServiceHostingEnvironmentSectionName]; }
System.ServiceModel.Activation (4)
System\ServiceModel\Activation\HostedTransportConfigurationManager.cs (2)
211
ServiceHostingEnvironmentSection
section =
ServiceHostingEnvironmentSection
.GetSection();
System\ServiceModel\ServiceHostingEnvironment.cs (2)
648
ServiceHostingEnvironmentSection
section =
ServiceHostingEnvironmentSection
.UnsafeGetSection();