1 write to _timeoutErrorString
System.ServiceModel.NetTcp (1)
System\ServiceModel\Channels\SocketConnection.cs (1)
109
_timeoutErrorString
= timeoutErrorString;
4 references to _timeoutErrorString
System.ServiceModel.NetTcp (4)
System\ServiceModel\Channels\SocketConnection.cs (4)
655
if (
_timeoutErrorString
!= null)
657
return ConvertTimeoutErrorException(originalException, transferOperation,
_timeoutErrorString
, _timeoutErrorTransferOperation);
672
TransferOperation.Write, _aborted,
_timeoutErrorString
, _timeoutErrorTransferOperation, this, remainingTime);
678
TransferOperation.Read, _aborted,
_timeoutErrorString
, _timeoutErrorTransferOperation, this, remainingTime);