Implemented interface member:
property
State
System.ServiceModel.Channels.IReliableChannelBinder.State
6 writes to State
System.ServiceModel.Primitives (6)
System\ServiceModel\Channels\ReliableChannelBinder.cs (6)
148State = CommunicationState.Closing; 189State = CommunicationState.Closing; 334State = CommunicationState.Faulted; 497State = CommunicationState.Opened; 534State = CommunicationState.Opening; 723State = CommunicationState.Closed;
24 references to State
System.ServiceModel.Primitives (24)
System\ServiceModel\Channels\ClientReliableChannelBinder.cs (3)
202CommunicationState currentState = State; 406if (State == CommunicationState.Created) 411if (State == CommunicationState.Opening)
System\ServiceModel\Channels\ReliableChannelBinder.cs (21)
143if (State == CommunicationState.Closed) 181if ((State == CommunicationState.Closing) 182|| (State == CommunicationState.Closed)) 187if (State == CommunicationState.Opened) 323if (State == CommunicationState.Created) 328if ((State == CommunicationState.Faulted) 329|| (State == CommunicationState.Closed)) 369if (State == CommunicationState.Faulted) 373else if ((State == CommunicationState.Closing) 374|| (State == CommunicationState.Closed)) 495if (State == CommunicationState.Opening) 506if (State != CommunicationState.Created) 510if ((State == CommunicationState.Opening) 511|| (State == CommunicationState.Opened)) 517GetType().ToString(), State.ToString())); 673if (State == CommunicationState.Created) 678if (State == CommunicationState.Opening) 683if (State == CommunicationState.Opened) 716if ((State != CommunicationState.Closing) 717&& (State != CommunicationState.Closed) 718&& (State != CommunicationState.Faulted))