4 references to Faulted
System.ServiceModel (4)
System\ServiceModel\Channels\ReliableChannelBinder.cs (4)
1664fault = this.state == State.Faulted; 1965if ((this.state != State.Faulted) && (this.state != State.Closed)) 1967this.state = close ? State.Closed : State.Faulted; 2141return (this.state != State.Closed) && (this.state != State.Faulted);