5 references to BasicHttpContextBindingCollectionElement
System.ServiceModel (4)
System\ServiceModel\BasicHttpContextBinding.cs (2)
40BasicHttpContextBindingCollectionElement section = BasicHttpContextBindingCollectionElement.GetBindingCollectionElement();
System\ServiceModel\Configuration\BasicHttpContextBindingCollectionElement.cs (2)
20internal static BasicHttpContextBindingCollectionElement GetBindingCollectionElement() 22return (BasicHttpContextBindingCollectionElement) ConfigurationHelpers.GetBindingCollectionElement(basicHttpContextBindingName);
System.WorkflowServices (1)
AssemblyInfo.cs (1)
24[assembly: TypeForwardedTo(typeof(System.ServiceModel.Configuration.BasicHttpContextBindingCollectionElement))]