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