2 writes to channelCacheSettings
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\SendMessageChannelCache.cs (2)
76this.channelCacheSettings = new ChannelCacheSettings { LeaseTimeout = ChannelCacheDefaults.DefaultChannelLeaseTimeout }; 80this.channelCacheSettings = value;
1 reference to channelCacheSettings
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\SendMessageChannelCache.cs (1)
68return this.channelCacheSettings;