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