4 writes to closed
System.ServiceModel (4)
System\ServiceModel\Channels\ReliableChannelListener.cs (4)
138
this.
closed
= true;
187
this.
closed
= true;
290
this.
closed
= true;
378
this.parent.
closed
= true;
2 references to closed
System.ServiceModel (2)
System\ServiceModel\Channels\ReliableChannelListener.cs (2)
242
if (!this.
closed
|| this.HasChannels())
300
if (this.
closed
&& this.IsLastChannel(inputId))