24 references to TransferOperation
dotnet-svcutil-lib (24)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CoreClrSocketConnection.cs (6)
159protected override void Abort(int traceEventType, string timeoutErrorString, TransferOperation transferOperation) 355Exception exceptionToThrow = ConvertObjectDisposedException(objectDisposedException, TransferOperation.Undefined); 407Exception exceptionToThrow = ConvertObjectDisposedException(objectDisposedException, TransferOperation.Write); 550Exception exceptionToThrow = ConvertObjectDisposedException(objectDisposedException, TransferOperation.Write); 593Exception exceptionToThrow = ConvertObjectDisposedException(objectDisposedException, TransferOperation.Read); 668Exception exceptionToThrow = ConvertObjectDisposedException(objectDisposedException, TransferOperation.Read);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SocketConnection.cs (18)
42protected TransferOperation _timeoutErrorTransferOperation; 79thisPtr.Abort(string.Format(SRServiceModel.SocketAbortedReceiveTimedOut, thisPtr._receiveTimeout), TransferOperation.Read); 86string.Format(SRServiceModel.SocketAbortedSendTimedOut, thisPtr._sendTimeout), TransferOperation.Write); 91Abort(null, TransferOperation.Undefined); 94protected void Abort(string timeoutErrorString, TransferOperation transferOperation) 105Abort(traceEventType, null, TransferOperation.Undefined); 108protected abstract void Abort(int traceEventType, string timeoutErrorString, TransferOperation transferOperation); 156this.GetType().ToString(), SRServiceModel.SocketConnectionDisposed), TransferOperation.Undefined)); 166this.GetType().ToString(), SRServiceModel.SocketConnectionDisposed), TransferOperation.Undefined)); 173TransferOperation.Write, _aborted, _timeoutErrorString, _timeoutErrorTransferOperation, this, remainingTime); 179TransferOperation.Read, _aborted, _timeoutErrorString, _timeoutErrorTransferOperation, this, remainingTime); 185TransferOperation.Undefined, false, null, TransferOperation.Undefined, null, TimeSpan.MaxValue); 188protected Exception ConvertObjectDisposedException(ObjectDisposedException originalException, TransferOperation transferOperation) 205TransferOperation transferOperation, bool aborted, string timeoutErrorString, TransferOperation timeoutErrorTransferOperation, 260TransferOperation transferOperation, string timeoutErrorString, TransferOperation timeoutErrorTransferOperation)