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