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