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