1 write to innerChannelFactory
System.ServiceModel (1)
System\ServiceModel\Channels\InternalDuplexChannelListener.cs (1)
17
this.
innerChannelFactory
= context.BuildInnerChannelFactory<IOutputChannel>();
8 references to innerChannelFactory
System.ServiceModel (8)
System\ServiceModel\Channels\InternalDuplexChannelListener.cs (8)
23
IOutputChannel channel = this.
innerChannelFactory
.CreateChannel(new EndpointAddress(to));
32
this.
innerChannelFactory
.Abort();
42
return new ChainedCloseAsyncResult(timeout, callback, state, base.OnBeginClose, base.OnEndClose, this.
innerChannelFactory
);
54
this.
innerChannelFactory
.Close(timeoutHelper.RemainingTime());
65
return new ChainedOpenAsyncResult(timeout, callback, state, base.OnBeginOpen, base.OnEndOpen, this.
innerChannelFactory
);
77
this.
innerChannelFactory
.Open(timeoutHelper.RemainingTime());
84
return (T)(object)
innerChannelFactory
;
98
return this.
innerChannelFactory
.GetProperty<T>();