4 references to BasicHttpContextBindingElement
System.ServiceModel (3)
System\ServiceModel\BasicHttpContextBinding.cs (1)
41BasicHttpContextBindingElement element = section.Bindings[configName];
System\ServiceModel\Configuration\BasicHttpContextBindingCollectionElement.cs (1)
11public class BasicHttpContextBindingCollectionElement : StandardBindingCollectionElement<BasicHttpContextBinding, BasicHttpContextBindingElement>
System\ServiceModel\Configuration\BasicHttpContextBindingElement.cs (1)
43SetPropertyValueIfNotDefaultValue(BasicHttpContextBindingElement.ContextManagementEnabledName, basicHttpContextBinding.ContextManagementEnabled);
System.WorkflowServices (1)
AssemblyInfo.cs (1)
25[assembly: TypeForwardedTo(typeof(System.ServiceModel.Configuration.BasicHttpContextBindingElement))]