5 writes to state
System.ServiceModel (5)
System\ServiceModel\Channels\RequestContextBase.cs (5)
34
this.
state
= CommunicationState.Opened;
106
state
= CommunicationState.Closing;
123
state
= CommunicationState.Closed;
151
state
= CommunicationState.Closing;
165
state
= CommunicationState.Closed;
5 references to state
System.ServiceModel (5)
System\ServiceModel\Channels\RequestContextBase.cs (5)
103
if (
state
== CommunicationState.Closed)
143
if (
state
!= CommunicationState.Opened)
200
if (
state
== CommunicationState.Closed ||
state
== CommunicationState.Closing)
220
if ((this.
state
!= CommunicationState.Opened) || this.replyInitiated)