1 write to timeoutErrorTransferOperation
System.ServiceModel (1)
System\ServiceModel\Channels\SocketConnection.cs (1)
314
this.
timeoutErrorTransferOperation
= transferOperation;
3 references to timeoutErrorTransferOperation
System.ServiceModel (3)
System\ServiceModel\Channels\SocketConnection.cs (3)
684
TransferOperation.Write, this.aborted, this.timeoutErrorString, this.
timeoutErrorTransferOperation
, this, remainingTime);
690
TransferOperation.Read, this.aborted, this.timeoutErrorString, this.
timeoutErrorTransferOperation
, this, remainingTime);
703
return ConvertTimeoutErrorException(originalException, transferOperation, this.timeoutErrorString, this.
timeoutErrorTransferOperation
);