3 writes to autoClose
System.ServiceModel (3)
System\ServiceModel\Channels\ServiceChannel.cs (3)
96this.autoClose = dispatch.AutomaticInputSessionShutdown; 119this.autoClose = endpointDispatcher.DispatchRuntime.AutomaticInputSessionShutdown; 1602set { this.autoClose = value; }
3 references to autoClose
System.ServiceModel (3)
System\ServiceModel\Channels\ServiceChannel.cs (3)
888if (updatedActivityCount == 0 && this.autoClose) 1238if (this.autoClose && !this.IsClient) 1601get { return this.autoClose; }