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