Implemented interface member:
property
State
System.ServiceModel.Channels.IReliableChannelBinder.State
16 references to State
System.ServiceModel (16)
System\ServiceModel\Channels\ClientReliableChannelBinder.cs (4)
108
CommunicationState currentState = this.
State
;
297
CommunicationState currentState = this.
State
;
536
if (this.
State
== CommunicationState.Created)
541
if (this.
State
== CommunicationState.Opening)
System\ServiceModel\Channels\ReliableChannelBinder.cs (3)
925
if (this.
State
== CommunicationState.Created)
930
if (this.
State
== CommunicationState.Opening)
935
if (this.
State
== CommunicationState.Opened)
System\ServiceModel\Channels\ServerReliableChannelBinder.cs (9)
265
if (this.
State
!= CommunicationState.Faulted &&
266
this.
State
!= CommunicationState.Closing &&
267
this.
State
!= CommunicationState.Closed)
545
if (this.
State
!= CommunicationState.Faulted &&
546
this.
State
!= CommunicationState.Closing &&
547
this.
State
!= CommunicationState.Closed)
575
this.
State
== CommunicationState.Faulted ||
576
this.
State
== CommunicationState.Closing ||
577
this.
State
== CommunicationState.Closed)