1 write to _aborted
System.ServiceModel.NetTcp (1)
System\ServiceModel\Channels\SocketConnection.cs (1)
111
_aborted
= true;
3 references to _aborted
System.ServiceModel.NetTcp (3)
System\ServiceModel\Channels\SocketConnection.cs (3)
659
else if (
_aborted
)
672
TransferOperation.Write,
_aborted
, _timeoutErrorString, _timeoutErrorTransferOperation, this, remainingTime);
678
TransferOperation.Read,
_aborted
, _timeoutErrorString, _timeoutErrorTransferOperation, this, remainingTime);