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