67 references to Faulted
System.ServiceModel (65)
System\ServiceModel\Channels\ChannelParameterCollection.cs (2)
88case CommunicationState.Faulted: 125case CommunicationState.Faulted:
System\ServiceModel\Channels\ChannelReliableSession.cs (2)
256this.channel.State == CommunicationState.Faulted || 288this.channel.State == CommunicationState.Faulted ||
System\ServiceModel\Channels\CommunicationObject.cs (16)
176case CommunicationState.Faulted: 178if (originalState == CommunicationState.Faulted) 295case CommunicationState.Faulted: 297if (originalState == CommunicationState.Faulted) 448case CommunicationState.Faulted: 476if (this.state == CommunicationState.Faulted) 482this.state = CommunicationState.Faulted; 521Fx.Assert(currentState == CommunicationState.Closing || currentState == CommunicationState.Closed || currentState == CommunicationState.Faulted, 551case CommunicationState.Faulted: 789case CommunicationState.Faulted: 838case CommunicationState.Faulted: 872case CommunicationState.Faulted: 901case CommunicationState.Faulted: 930case CommunicationState.Faulted: 959case CommunicationState.Faulted: 994case CommunicationState.Faulted:
System\ServiceModel\Channels\ReliableChannelBinder.cs (7)
333|| (channelState == CommunicationState.Faulted)) 545if ((this.state == CommunicationState.Faulted) 551this.state = CommunicationState.Faulted; 586if (this.state == CommunicationState.Faulted) 970&& (this.state != CommunicationState.Faulted)) 1735if (this.currentChannel.State != CommunicationState.Faulted) 1804if (this.currentChannel.State == CommunicationState.Faulted)
System\ServiceModel\Channels\ReliableChannelListener.cs (2)
730else if (this.typedListener.State == CommunicationState.Faulted) 904else if (this.typedListener.State == CommunicationState.Faulted)
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (3)
354if (this.Aborted || this.State == CommunicationState.Faulted) 728|| this.State == CommunicationState.Faulted) 1426else if (this.State == CommunicationState.Faulted)
System\ServiceModel\Channels\ReliableInputSessionChannel.cs (3)
515|| this.State == CommunicationState.Faulted) 627if (this.Aborted || this.State == CommunicationState.Faulted) 1044if (this.Aborted || (this.State == CommunicationState.Faulted))
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (1)
735if (this.State == CommunicationState.Faulted)
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (5)
255if (this.State == CommunicationState.Faulted || this.Aborted) 271if (this.State == CommunicationState.Faulted || this.Aborted) 580if (this.Aborted || this.State == CommunicationState.Faulted || this.State == CommunicationState.Closed) 649if (this.Aborted || this.State == CommunicationState.Faulted || this.State == CommunicationState.Closed) 1047if (this.Aborted || this.State == CommunicationState.Faulted || this.State == CommunicationState.Closed)
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (1)
187if (this.State == CommunicationState.Faulted)
System\ServiceModel\Channels\SecurityChannelListener.cs (3)
963if (this.State == CommunicationState.Closed || this.State == CommunicationState.Faulted) 1140if (this.State == CommunicationState.Closed || this.State == CommunicationState.Faulted) 1331if (this.State == CommunicationState.Closed || this.State == CommunicationState.Faulted)
System\ServiceModel\Channels\ServerReliableChannelBinder.cs (6)
265if (this.State != CommunicationState.Faulted && 319if (this.listener.State == CommunicationState.Faulted) 375else if (this.listener.State == CommunicationState.Faulted) 530else if (this.listener.State == CommunicationState.Faulted) 545if (this.State != CommunicationState.Faulted && 575this.State == CommunicationState.Faulted ||
System\ServiceModel\Channels\ServiceChannel.cs (2)
1541if (this.InstanceContext != null && this.InstanceContext.State != CommunicationState.Closed && this.InstanceContext.State != CommunicationState.Faulted) 2685if (!this.isTimerCancelled && binder.Channel.State != CommunicationState.Faulted && binder.Channel.State != CommunicationState.Closed)
System\ServiceModel\Channels\SharedConnectionListener.cs (1)
231this.state = CommunicationState.Faulted;
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (2)
316if (this.channel.State == CommunicationState.Faulted) 426if (this.channel.State == CommunicationState.Faulted)
System\ServiceModel\Dispatcher\ListenerHandler.cs (3)
165if (this.acceptedNull || (listener.State == CommunicationState.Faulted)) 187if (this.acceptedNull || (listener.State == CommunicationState.Faulted)) 217if (this.acceptedNull || (listener.State == CommunicationState.Faulted))
System\ServiceModel\InstanceContext.cs (1)
348|| state == CommunicationState.Faulted)
System\ServiceModel\Security\SecuritySessionClientSettings.cs (1)
3300if (this.State == CommunicationState.Closed || this.State == CommunicationState.Faulted || this.IsInputClosed)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (4)
803|| this.communicationObject.State == CommunicationState.Faulted) 822&& this.communicationObject.State != CommunicationState.Faulted) 1525if (isInputClosed || this.State == CommunicationState.Faulted) 2690if (channel.isInputClosed || channel.State == CommunicationState.Faulted)
System.WorkflowServices (2)
System\ServiceModel\Dispatcher\DurableInstanceProvider.cs (1)
46if (instanceContext.State == CommunicationState.Faulted || instanceContext.Aborted)
System\ServiceModel\Dispatcher\WorkflowInstanceProvider.cs (1)
23if (instanceContext.State == CommunicationState.Faulted || instanceContext.Aborted)