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