5 references to
System.ServiceModel (4)
System\ServiceModel\Configuration\BindingsSection.cs (2)
32
bindingCollectionElements.Add(property.Name, this
[
property.Name]);
176
bindingCollections.Add(this
[
property.Name]);
System\ServiceModel\Configuration\ConfigurationHelpers.cs (2)
32
retVal = bindingsSection
[
bindingCollectionName];
64
retVal = bindingsSection
[
bindingCollectionName];
System.ServiceModel.Web (1)
System\ServiceModel\Configuration\WebHttpBindingCollectionElement.cs (1)
25
return (WebHttpBindingCollectionElement)bindings
[
WebHttpBinding.WebHttpBindingConfigurationStrings.WebHttpBindingCollectionElementName];