1 implementation of IContextBindingElement
System.ServiceModel (1)
System\ServiceModel\Channels\ContextBindingElement.cs (1)
16public class ContextBindingElement : BindingElement, IPolicyExportExtension, IContextSessionProvider, IWmiInstanceProvider, IContextBindingElement
3 references to IContextBindingElement
System.ServiceModel (2)
System\ServiceModel\Channels\ContextBindingElement.cs (2)
227else if (typeof(T) == typeof(IContextBindingElement)) 315if (endpoint.Binding.GetProperty<IContextBindingElement>(bpc) == null)
System.WorkflowServices (1)
AssemblyInfo.cs (1)
17[assembly: TypeForwardedTo(typeof(System.ServiceModel.Channels.IContextBindingElement))]