8 references to Closed
System.ServiceModel (8)
System\ServiceModel\Channels\ReliableChannelBinder.cs (8)
1416
close = this.state == State.
Closed
;
1663
close = this.state == State.
Closed
;
1931
if (this.state != State.
Closed
)
1965
if ((this.state != State.Faulted) && (this.state != State.
Closed
))
1967
this.state = close ? State.
Closed
: State.Faulted;
1990
if (this.state == State.
Closed
)
2111
bool close = this.state == State.
Closed
;
2141
return (this.state != State.
Closed
) && (this.state != State.Faulted);