1 write to aborted
System.ServiceModel (1)
System\ServiceModel\Channels\SocketConnection.cs (1)
315
aborted
= true;
4 references to aborted
System.ServiceModel (4)
System\ServiceModel\Channels\SocketConnection.cs (4)
684
TransferOperation.Write, this.
aborted
, this.timeoutErrorString, this.timeoutErrorTransferOperation, this, remainingTime);
690
TransferOperation.Read, this.
aborted
, this.timeoutErrorString, this.timeoutErrorTransferOperation, this, remainingTime);
705
else if (this.
aborted
)
1397
if (this.readBuffer != null && !this.
aborted
)