6 references to ComContractsSection
System.ServiceModel (6)
System\ServiceModel\Configuration\comcontractssection.cs (2)
19
internal static
ComContractsSection
GetSection()
21
return (
ComContractsSection
)ConfigurationHelpers.GetSection(ConfigurationStrings.ComContractsSectionPath);
System\ServiceModel\Configuration\ServiceModelSectionGroup.cs (2)
30
public
ComContractsSection
ComContracts
32
get { return (
ComContractsSection
)this.Sections[ConfigurationStrings.ComContractsSectionName]; }
System\ServiceModel\Description\ConfigLoader.cs (2)
1007
ComContractsSection
comContracts = (
ComContractsSection
)ConfigurationHelpers.GetSection(ConfigurationStrings.ComContractsSectionPath);