1 implementation of State
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableChannelBinder.cs (1)
128
public CommunicationState
State
8 references to State
System.ServiceModel (8)
System\ServiceModel\Channels\ChannelReliableSession.cs (2)
165
if ((this.binder.
State
== CommunicationState.Opened)
330
if ((this.binder.
State
== CommunicationState.Opened)
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (1)
1229
if (!terminated && (this.Binder.
State
== CommunicationState.Opened))
System\ServiceModel\Channels\ReliableInputSessionChannel.cs (2)
484
if (!terminated && (this.Binder.
State
== CommunicationState.Opened))
943
if (!terminated && (this.Binder.
State
== CommunicationState.Opened))
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (1)
1556
|| (this.binder.
State
!= CommunicationState.Opened)
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (1)
1071
if (!this.Connection.Closed && (this.Binder.
State
== CommunicationState.Opened))
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (1)
389
if (!terminated && (this.Binder.
State
== CommunicationState.Opened))