1 implementation of IContextManager
System.ServiceModel (1)
System\ServiceModel\Channels\ClientContextProtocol.cs (1)
14
class ClientContextProtocol : ContextProtocol,
IContextManager
11 references to IContextManager
System.ServiceModel (4)
System\ServiceModel\Channels\ClientContextProtocol.cs (1)
48
bool
IContextManager
.Enabled
System\ServiceModel\Channels\ContextOutputChannelBase.cs (1)
55
if (typeof(T) == typeof(
IContextManager
))
System\ServiceModel\Channels\ContextRequestChannelBase.cs (2)
57
if (typeof(T) == typeof(
IContextManager
) && this.contextProtocol is
IContextManager
)
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\InternalSendMessage.cs (2)
1775
IContextManager
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)
50
IContextManager
contextManager = desClient.InnerChannel.GetProperty<
IContextManager
>();
System\Workflow\Runtime\Hosting\ChannelManagerHelpers.cs (2)
126
IContextManager
contextManager = channel.GetProperty<
IContextManager
>();