18 references to TransferOperation
System.ServiceModel.NetTcp (18)
System\ServiceModel\Channels\SocketConnection.cs (18)
67private TransferOperation _timeoutErrorTransferOperation;
91Abort(null, TransferOperation.Undefined);
94private void Abort(string timeoutErrorString, TransferOperation transferOperation)
100private void Abort(TraceEventType traceEventType, string timeoutErrorString, TransferOperation transferOperation)
226Exception exceptionToThrow = ConvertObjectDisposedException(objectDisposedException, TransferOperation.Read);
308Exception exceptionToThrow = ConvertObjectDisposedException(objectDisposedException, TransferOperation.Write);
417Exception exceptionToThrow = ConvertObjectDisposedException(objectDisposedException, TransferOperation.Undefined);
502GetType().ToString(), SR.SocketConnectionDisposed), TransferOperation.Undefined));
512GetType().ToString(), SR.SocketConnectionDisposed), TransferOperation.Undefined));
640thisPtr.Abort(SR.Format(SR.SocketAbortedReceiveTimedOut, thisPtr._asyncReceiveTimeout), TransferOperation.Read);
649thisPtr.Abort(TraceEventType.Warning, SR.Format(SR.SocketAbortedSendTimedOut, thisPtr._asyncSendTimeout), TransferOperation.Write);
653private Exception ConvertObjectDisposedException(ObjectDisposedException originalException, TransferOperation transferOperation)
672TransferOperation.Write, _aborted, _timeoutErrorString, _timeoutErrorTransferOperation, this, remainingTime);
678TransferOperation.Read, _aborted, _timeoutErrorString, _timeoutErrorTransferOperation, this, remainingTime);
682TransferOperation transferOperation, bool aborted, string timeoutErrorString, TransferOperation timeoutErrorTransferOperation,
737TransferOperation transferOperation, string timeoutErrorString, TransferOperation timeoutErrorTransferOperation)