37 references to Faulted
Binding.ReliableSession.IntegrationTests (2)
NetHttpBindingTests.cs (1)
245Assert.Equal(CommunicationState.Faulted, ((ICommunicationObject)serviceProxy).State);
WSHttpBindingTests.cs (1)
245Assert.Equal(CommunicationState.Faulted, ((ICommunicationObject)serviceProxy).State);
System.ServiceModel.Primitives (35)
System\ServiceModel\Channels\ChannelParameterCollection.cs (2)
88case CommunicationState.Faulted: 125case CommunicationState.Faulted:
System\ServiceModel\Channels\ChannelReliableSession.cs (2)
164Channel.State == CommunicationState.Faulted || 196Channel.State == CommunicationState.Faulted ||
System\ServiceModel\Channels\ClientReliableDuplexSessionChannel.cs (3)
276if (Aborted || State == CommunicationState.Faulted) 656|| State == CommunicationState.Faulted) 1040else if (State == CommunicationState.Faulted)
System\ServiceModel\Channels\CommunicationObject.cs (14)
253case CommunicationState.Faulted: 255if (originalState == CommunicationState.Faulted) 391case CommunicationState.Faulted: 418if (_state == CommunicationState.Faulted) 423_state = CommunicationState.Faulted; 452Fx.Assert(currentState == CommunicationState.Closing || currentState == CommunicationState.Closed || currentState == CommunicationState.Faulted, 482case CommunicationState.Faulted: 760case CommunicationState.Faulted: 809case CommunicationState.Faulted: 843case CommunicationState.Faulted: 872case CommunicationState.Faulted: 901case CommunicationState.Faulted: 930case CommunicationState.Faulted: 967case CommunicationState.Faulted:
System\ServiceModel\Channels\ReliableChannelBinder.cs (7)
204|| (channelState == CommunicationState.Faulted)) 328if ((State == CommunicationState.Faulted) 334State = CommunicationState.Faulted; 369if (State == CommunicationState.Faulted) 718&& (State != CommunicationState.Faulted)) 1263if (CurrentChannel.State != CommunicationState.Faulted) 1332if (CurrentChannel.State == CommunicationState.Faulted)
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (1)
603if (State == CommunicationState.Faulted)
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (1)
144if (State == CommunicationState.Faulted)
System\ServiceModel\Channels\ServiceChannel.cs (1)
2509if (!_isTimerCancelled && _binder.Channel.State != CommunicationState.Faulted && _binder.Channel.State != CommunicationState.Closed)
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (2)
296if (_channel.State == CommunicationState.Faulted) 412if (_channel.State == CommunicationState.Faulted)
System\ServiceModel\Dispatcher\ListenerHandler.cs (1)
121if (_acceptedNull || (listener.State == CommunicationState.Faulted))
System\ServiceModel\Security\SecuritySessionClientSettings.cs (1)
1659if (State == CommunicationState.Closed || State == CommunicationState.Faulted || IsInputClosed)