1 implementation of IContextManager
System.ServiceModel (1)
System\ServiceModel\Channels\ClientContextProtocol.cs (1)
14class ClientContextProtocol : ContextProtocol, IContextManager
11 references to IContextManager
System.ServiceModel (4)
System\ServiceModel\Channels\ClientContextProtocol.cs (1)
48bool IContextManager.Enabled
System\ServiceModel\Channels\ContextOutputChannelBase.cs (1)
55if (typeof(T) == typeof(IContextManager))
System\ServiceModel\Channels\ContextRequestChannelBase.cs (2)
57if (typeof(T) == typeof(IContextManager) && this.contextProtocol is IContextManager)
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\InternalSendMessage.cs (2)
1775IContextManager contextManager = this.channel.GetProperty<IContextManager>();
System.WorkflowServices (5)
AssemblyInfo.cs (1)
18[assembly: TypeForwardedTo(typeof(System.ServiceModel.Channels.IContextManager))]
System\ServiceModel\Activities\WorkflowClientDeliverMessageWrapper.cs (2)
50IContextManager contextManager = desClient.InnerChannel.GetProperty<IContextManager>();
System\Workflow\Runtime\Hosting\ChannelManagerHelpers.cs (2)
126IContextManager contextManager = channel.GetProperty<IContextManager>();