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