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