11 references to ChannelClosing
System.ServiceModel (11)
System\ServiceModel\Channels\ReliableChannelBinder.cs (11)
1256this.state = State.ChannelClosing; 1314|| (this.state == State.ChannelClosing))) 1325|| (this.state == State.ChannelClosing)) 1593this.state = State.ChannelClosing; 1730if ((this.state != State.ChannelOpened) && (this.state != State.ChannelClosing)) 1737this.state = State.ChannelClosing; 1799if ((this.state != State.ChannelOpened) && (this.state != State.ChannelClosing)) 1808this.state = State.ChannelClosing; 1811if (!faultBinder && (this.state == State.ChannelClosing) && (this.count == 0)) 2048&& ((this.state == State.ChannelClosing) 2061|| (this.state == State.ChannelClosing))