9 references to ChannelClosing
System.ServiceModel.Primitives (9)
System\ServiceModel\Channels\ReliableChannelBinder.cs (9)
950
_state = State.
ChannelClosing
;
1128
_state = State.
ChannelClosing
;
1258
if ((_state != State.ChannelOpened) && (_state != State.
ChannelClosing
))
1265
_state = State.
ChannelClosing
;
1327
if ((_state != State.ChannelOpened) && (_state != State.
ChannelClosing
))
1336
_state = State.
ChannelClosing
;
1339
if (!faultBinder && (_state == State.
ChannelClosing
) && (_count == 0))
1571
&& ((_state == State.
ChannelClosing
)
1583
|| (_state == State.
ChannelClosing
))