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