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