18 references to TransferOperation
System.ServiceModel.NetTcp (18)
System\ServiceModel\Channels\SocketConnection.cs (18)
69private TransferOperation _timeoutErrorTransferOperation; 93Abort(null, TransferOperation.Undefined); 96private void Abort(string timeoutErrorString, TransferOperation transferOperation) 102private void Abort(TraceEventType traceEventType, string timeoutErrorString, TransferOperation transferOperation) 228Exception exceptionToThrow = ConvertObjectDisposedException(objectDisposedException, TransferOperation.Read); 310Exception exceptionToThrow = ConvertObjectDisposedException(objectDisposedException, TransferOperation.Write); 419Exception exceptionToThrow = ConvertObjectDisposedException(objectDisposedException, TransferOperation.Undefined); 504GetType().ToString(), SR.SocketConnectionDisposed), TransferOperation.Undefined)); 514GetType().ToString(), SR.SocketConnectionDisposed), TransferOperation.Undefined)); 642thisPtr.Abort(SR.Format(SR.SocketAbortedReceiveTimedOut, thisPtr._asyncReceiveTimeout), TransferOperation.Read); 651thisPtr.Abort(TraceEventType.Warning, SR.Format(SR.SocketAbortedSendTimedOut, thisPtr._asyncSendTimeout), TransferOperation.Write); 655private Exception ConvertObjectDisposedException(ObjectDisposedException originalException, TransferOperation transferOperation) 674TransferOperation.Write, _aborted, _timeoutErrorString, _timeoutErrorTransferOperation, this, remainingTime); 680TransferOperation.Read, _aborted, _timeoutErrorString, _timeoutErrorTransferOperation, this, remainingTime); 684TransferOperation transferOperation, bool aborted, string timeoutErrorString, TransferOperation timeoutErrorTransferOperation, 739TransferOperation transferOperation, string timeoutErrorString, TransferOperation timeoutErrorTransferOperation)