1 write to useActiveAutoClose
System.ServiceModel (1)
System\ServiceModel\Channels\ServiceChannelFactory.cs (1)
599this.useActiveAutoClose = useActiveAutoClose;
1 reference to useActiveAutoClose
System.ServiceModel (1)
System\ServiceModel\Channels\ServiceChannelFactory.cs (1)
604return new DuplexChannelBinder(this.InnerChannelFactory.CreateChannel(to, via), this.RequestReplyCorrelator, useActiveAutoClose);