1 write to Aborted
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\CommunicationObject.cs (1)
164Aborted = true;
6 references to Aborted
System.ServiceModel.Primitives (6)
System\ServiceModel\Channels\ChannelReliableSession.cs (2)
163if (Channel.Aborted || 195if (Channel.Aborted ||
System\ServiceModel\Channels\ClientReliableDuplexSessionChannel.cs (1)
276if (Aborted || State == CommunicationState.Faulted)
System\ServiceModel\Channels\CommunicationObject.cs (3)
159if (Aborted || _state == CommunicationState.Closed) 687if (Aborted || _state != CommunicationState.Opening) 770if (Aborted && !_closeCalled)