1 implementation of IContextSessionProvider
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ContextBindingElement.cs (1)
14
public class ContextBindingElement : BindingElement, IPolicyExportExtension,
IContextSessionProvider
, /*TODO: IWmiInstanceProvider,*/ IContextBindingElement
1 reference to IContextSessionProvider
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelFactory.cs (1)
193
&& customBinding.GetProperty<
IContextSessionProvider
>(parameters) != null)