1 write to aborted
System.ServiceModel (1)
System\ServiceModel\Channels\CommunicationObject.cs (1)
105
this.
aborted
= true;
4 references to aborted
System.ServiceModel (4)
System\ServiceModel\Channels\CommunicationObject.cs (4)
56
get { return this.
aborted
; }
103
if (this.
aborted
|| this.state == CommunicationState.Closed)
717
if (this.
aborted
|| this.state != CommunicationState.Opening)
799
if (this.
aborted
&& !this.closeCalled)