5 references to Closed
System.ServiceModel (5)
System\ServiceModel\Channels\LifetimeManager.cs (4)
54if (this.State == LifetimeState.Closed || this.aborted) 65this.state = LifetimeState.Closed; 109this.state = LifetimeState.Closed; 188this.state = LifetimeState.Closed;
System\ServiceModel\ServiceChannelManager.cs (1)
273if (this.State == LifetimeState.Closed)