3 references to SendMessageChannelCache
System.ServiceModel.Activities (3)
System\ServiceModel\Activities\Description\SendMessageChannelCacheBehavior.cs (1)
44
workflowServiceHost.WorkflowExtensions.Add(new
SendMessageChannelCache
(this.FactorySettings, this.ChannelSettings, this.AllowUnsafeCaching));
System\ServiceModel\Activities\SendMessageChannelCache.cs (2)
25
:
this
(null, null, ChannelCacheDefaults.DefaultAllowUnsafeSharing)
30
this
(factorySettings, channelSettings, ChannelCacheDefaults.DefaultAllowUnsafeSharing)