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