1 write to timeoutErrorString
System.ServiceModel (1)
System\ServiceModel\Channels\SocketConnection.cs (1)
313
this.
timeoutErrorString
= timeoutErrorString;
4 references to timeoutErrorString
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);
701
if (this.
timeoutErrorString
!= null)
703
return ConvertTimeoutErrorException(originalException, transferOperation, this.
timeoutErrorString
, this.timeoutErrorTransferOperation);