1 write to innerChannelFactory
Extensibility.MessageInterceptor.IntegrationTests (1)
InterceptingChannelFactory.cs (1)
22this.innerChannelFactory = context.BuildInnerChannelFactory<TChannel>();
10 references to innerChannelFactory
Extensibility.MessageInterceptor.IntegrationTests (10)
InterceptingChannelFactory.cs (10)
23if (this.innerChannelFactory == null) 42return this.innerChannelFactory.GetProperty<T>(); 47this.innerChannelFactory.Open(timeout); 52return this.innerChannelFactory.BeginOpen(timeout, callback, state); 57this.innerChannelFactory.EndOpen(result); 63this.innerChannelFactory.Abort(); 70this.innerChannelFactory.Close(timeoutHelper.RemainingTime()); 75return new ChainedAsyncResult(timeout, callback, state, base.OnBeginClose, base.OnEndClose, innerChannelFactory.BeginClose, innerChannelFactory.EndClose); 85TChannel innerChannel = this.innerChannelFactory.CreateChannel(to, via);