10 references to ChannelOpened
System.ServiceModel (10)
System\ServiceModel\Channels\ReliableChannelBinder.cs (10)
1204return (this.state == State.ChannelOpened || 1247else if (this.state == State.ChannelOpened) 1302else if (this.state == State.ChannelOpened) 1473if (this.state == State.ChannelOpened) 1585if (this.state == State.ChannelOpened) 1647this.state = State.ChannelOpened; 1730if ((this.state != State.ChannelOpened) && (this.state != State.ChannelClosing)) 1799if ((this.state != State.ChannelOpened) && (this.state != State.ChannelClosing)) 1955this.state = State.ChannelOpened; 2035if (this.state == State.ChannelOpened)