1 write to innerFactory
System.ServiceModel (1)
System\ServiceModel\Channels\OneWayChannelFactory.cs (1)
447this.innerFactory = (IChannelFactory<IDuplexSessionChannel>)factory.InnerChannelFactory;
1 reference to innerFactory
System.ServiceModel (1)
System\ServiceModel\Channels\OneWayChannelFactory.cs (1)
638return this.innerFactory.CreateChannel(RemoteAddress, Via);