6 references to BehaviorsSectionName
System.ServiceModel (6)
System\ServiceModel\Configuration\ConfigurationStrings.cs (1)
499
get { return ConfigurationHelpers.GetSectionPath(ConfigurationStrings.
BehaviorsSectionName
); }
System\ServiceModel\Configuration\ServiceModelSectionGroup.cs (1)
17
get { return (BehaviorsSection)this.Sections[ConfigurationStrings.
BehaviorsSectionName
]; }
System\ServiceModel\Description\ServiceMetadataExtension.cs (4)
1642
<font color=""blue""><<font color=""darkred"">" + ConfigurationStrings.
BehaviorsSectionName
+ @"</font>></font>
1648
<font color=""blue""><<font color=""darkred"">/" + ConfigurationStrings.
BehaviorsSectionName
+ @"</font>></font>
1673
<font color=""blue""> <<font color=""darkred"">" + ConfigurationStrings.
BehaviorsSectionName
+ @"</font>></font>
1680
<font color=""blue""> <<font color=""darkred"">/" + ConfigurationStrings.
BehaviorsSectionName
+ @"</font>></font>