1 write to innnerFactory
System.ServiceModel (1)
System\ServiceModel\Channels\OneWayChannelFactory.cs (1)
261
this.
innnerFactory
= (IChannelFactory<IDuplexChannel>)this.InnerChannelFactory;
1 reference to innnerFactory
System.ServiceModel (1)
System\ServiceModel\Channels\OneWayChannelFactory.cs (1)
267
IDuplexChannel channel = this.
innnerFactory
.CreateChannel(address, via);