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