1 write to _timeoutErrorTransferOperation
System.ServiceModel.NetTcp (1)
System\ServiceModel\Channels\SocketConnection.cs (1)
110
_timeoutErrorTransferOperation
= transferOperation;
3 references to _timeoutErrorTransferOperation
System.ServiceModel.NetTcp (3)
System\ServiceModel\Channels\SocketConnection.cs (3)
657
return ConvertTimeoutErrorException(originalException, transferOperation, _timeoutErrorString,
_timeoutErrorTransferOperation
);
672
TransferOperation.Write, _aborted, _timeoutErrorString,
_timeoutErrorTransferOperation
, this, remainingTime);
678
TransferOperation.Read, _aborted, _timeoutErrorString,
_timeoutErrorTransferOperation
, this, remainingTime);