1 write to _timeoutErrorString
System.ServiceModel.UnixDomainSocket (1)
System\ServiceModel\Channels\SocketConnection.cs (1)
91
_timeoutErrorString
= timeoutErrorString;
4 references to _timeoutErrorString
System.ServiceModel.UnixDomainSocket (4)
System\ServiceModel\Channels\SocketConnection.cs (4)
619
if (
_timeoutErrorString
!= null)
621
return ConvertTimeoutErrorException(originalException, transferOperation,
_timeoutErrorString
, _timeoutErrorTransferOperation);
636
TransferOperation.Write, _aborted,
_timeoutErrorString
, _timeoutErrorTransferOperation, this, remainingTime);
642
TransferOperation.Read, _aborted,
_timeoutErrorString
, _timeoutErrorTransferOperation, this, remainingTime);